From 93cb4275f384a2e341fc31bd4e674a8d6ae3043d Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Mon, 13 Mar 2017 18:02:30 +0100 Subject: [PATCH] =?utf8?q?Projekt-Seite=20erstellt:=20Velocity-Template=20?= =?utf8?q?-=20parent-Definition=20=C3=BCberschreibbar?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/site/site.xml | 1 + src/site/template.vm | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/site/site.xml b/src/site/site.xml index a5ee897..978ea51 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -12,6 +12,7 @@ /simple-mapper/ + "/projects.html":{"name":"Projects","childs":{"/simple-mapper/index.html":"Simple Mapper 4 JSON"},"crumbs":[{"uri":"/projects.html","name":"Projects"}]}, {"uri":"/projects.html","name":"Projects"} diff --git a/src/site/template.vm b/src/site/template.vm index d9fc9bb..2588a09 100644 --- a/src/site/template.vm +++ b/src/site/template.vm @@ -101,6 +101,7 @@ #set ( $sitePath = "" ) #end #set ( $siteCrumbs = $decoration.custom.getChild( 'thymeproxy' ).getChild( 'crumbs' ).getValue() ) +#set ( $parent = $decoration.custom.getChild( 'thymeproxy' ).getChild( 'parent' ).getValue() ) @@ -128,7 +129,7 @@

Path

@@ -144,6 +145,7 @@


Common