From: Kai Moritz Date: Tue, 5 Jul 2016 09:26:42 +0000 (+0200) Subject: About-Menüs an die Verwendung mit Thymeproxy angepasst X-Git-Tag: thymeroot-2.0.0~73 X-Git-Url: https://juplo.de/gitweb/?p=website;a=commitdiff_plain;h=e54c0bb170136c6c53362373e94c242ecfeba5a1;hp=beea0319cba3a9b0f2f7c135b9a4ac39719f37b0 About-Menüs an die Verwendung mit Thymeproxy angepasst --- diff --git a/dist/thymeleaf/contact.html b/dist/thymeleaf/contact.html index 8fe41778..b3859c48 100644 --- a/dist/thymeleaf/contact.html +++ b/dist/thymeleaf/contact.html @@ -3,6 +3,7 @@ xmlns="http://www.w3.org/1999/xhtml" xmlns:layout="http://www.thymeleaf.org" layout:decorator="templates/layout" + th:with="uri='/contact.html'" > Contact @@ -13,28 +14,6 @@ -
    -
  1. Home
  2. -
  3. About
  4. -
  5. Contact
  6. -
-
diff --git a/dist/thymeleaf/templates/variables.json b/dist/thymeleaf/templates/variables.json index 23d7a3d5..a48b2853 100644 --- a/dist/thymeleaf/templates/variables.json +++ b/dist/thymeleaf/templates/variables.json @@ -134,6 +134,21 @@ "/projects/typo.html": [ { "uri": "/projects.html", "name": "Projects" }, { "uri": "/projects/typo.html", "name": "Typography" } + ], + "/about.html": [ + { "uri": "/about.html", "name": "About" } + ], + "/expertise.html": [ + { "uri": "/about.html", "name": "About" }, + { "uri": "/expertise.html", "name": "Expertise" } + ], + "/references.html": [ + { "uri": "/about.html", "name": "About" }, + { "uri": "/references.html", "name": "References" } + ], + "/contact.html": [ + { "uri": "/about.html", "name": "About" }, + { "uri": "/contact.html", "name": "Contact" } ] }, "sections": { @@ -183,6 +198,19 @@ }, "#": { "name": "accelerator" }, "/projects/typo.html": { "name": "Typography" } + }, + "/about.html": { + "/expertise.html": { + "name": "Expertise", + "childs": { + } + }, + "/references.html": { + "name": "References", + "childs": { + } + }, + "/contact.html": { "name": "Contact" } } } }