From e54c0bb170136c6c53362373e94c242ecfeba5a1 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Tue, 5 Jul 2016 11:26:42 +0200 Subject: [PATCH] =?utf8?q?About-Men=C3=BCs=20an=20die=20Verwendung=20mit?= =?utf8?q?=20Thymeproxy=20angepasst?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- dist/thymeleaf/contact.html | 23 +------------------- dist/thymeleaf/templates/variables.json | 28 +++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 22 deletions(-) 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" } } } } -- 2.20.1