From 84d5a52a48272d1f924bf8ac9701a1028b9d4074 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Thu, 7 Jul 2016 10:30:57 +0200 Subject: [PATCH] Blog-Layouttest-Seiten an Thymeproxy angepasst --- dist/blog.html | 16 +--------------- dist/blog/article.html | 16 +--------------- dist/blog/comments.html | 16 +--------------- dist/templates/variables.json | 24 ++++++++++++++++++++++++ 4 files changed, 27 insertions(+), 45 deletions(-) diff --git a/dist/blog.html b/dist/blog.html index 53876ee2..50402375 100644 --- a/dist/blog.html +++ b/dist/blog.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='/blog.html'" > Blog @@ -15,21 +16,6 @@ -
    -
  1. Home
  2. -
  3. Blog
  4. -
-
diff --git a/dist/blog/article.html b/dist/blog/article.html index 041febf9..ec1a6f6a 100644 --- a/dist/blog/article.html +++ b/dist/blog/article.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='/blog/article.html'" > juplo - blog - Combining jetty-maven-plugin and wro4j-maven-plugin for Dynamic Reloading of LESS-Resources @@ -15,21 +16,6 @@ -
    -
  1. Home
  2. -
  3. Blog
  4. -
-
diff --git a/dist/blog/comments.html b/dist/blog/comments.html index 6759000a..a27e7fd0 100644 --- a/dist/blog/comments.html +++ b/dist/blog/comments.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='/blog/comments.html'" > juplo - blog - hibernate4-maven-plugin @@ -15,21 +16,6 @@ -
    -
  1. Home
  2. -
  3. Blog
  4. -
-
diff --git a/dist/templates/variables.json b/dist/templates/variables.json index 96ba2236..2f7172c1 100644 --- a/dist/templates/variables.json +++ b/dist/templates/variables.json @@ -6,6 +6,30 @@ }, "pages": { "/index.html": { "name": "Home" }, + "/blog.html": { + "name": "Blog", + "childs": { + "/blog/article.html": "An Article", + "/blog/comments.html": "Comments" + }, + "crumbs": [ + { "uri": "/blog.html", "name": "Blog" } + ] + }, + "/blog/article.html": { + "name": "An Article", + "crumbs": [ + { "uri": "/blog.html", "name": "Blog" }, + { "uri": "/blog/article.html", "name": "An Article" } + ] + }, + "/blog/comments.html": { + "name": "Comments", + "crumbs": [ + { "uri": "/blog.html", "name": "Blog" }, + { "uri": "/blog/comments.html", "name": "Comments" } + ] + }, "/projects.html": { "name": "Projects", "childs": { -- 2.20.1