Section-Handling überarbeitet: URI ist generell der Key für Map-Zugriffe!
[website] / dist / thymeleaf / templates / variables.json
index 8b192f5..612be66 100644 (file)
     ]
   },
   "sections": {
-    "blog": { "name": "Blog", "uri": "/blog.html" },
-    "projects": { "name": "Projects", "uri": "/projects.html" },
-    "about": { "name": "About", "uri": "/about.html" }
+    "/blog.html": { "name": "Blog", "key": "blog" },
+    "/projects.html": { "name": "Projects", "key": "projects" },
+    "/about.html": { "name": "About", "key": "about" }
   },
   "submenu": {
     "#": { "name": "hibernate4-maven-plugin" },