Variable "menu" in "sections" umbenannt und Section-Handling vereinfacht
[website] / dist / thymeleaf / templates / variables.json
index 2825cbe..8b192f5 100644 (file)
       { "uri": "/projects/typo.html", "name": "Typography" }
     ]
   },
-  "menu": {
-    "blog": "Blog",
-    "projects": "Projects",
-    "about": "About"
+  "sections": {
+    "blog": { "name": "Blog", "uri": "/blog.html" },
+    "projects": { "name": "Projects", "uri": "/projects.html" },
+    "about": { "name": "About", "uri": "/about.html" }
   },
   "submenu": {
     "#": { "name": "hibernate4-maven-plugin" },