From a4a51a8099d643cd6ac11bd521fc68287428296f Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Fri, 8 Jul 2016 11:23:26 +0200 Subject: [PATCH] WIP --- src/site/site.xml | 6 ++++++ src/site/template.vm | 19 ++++++++++++++----- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/src/site/site.xml b/src/site/site.xml index 02fc7c8..ce59948 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -9,4 +9,10 @@ + + + /simple-mapper/ + {"uri":"/projects.html","name":"Projects"},{"uri":"/simple-mapper/index.html","name":"Simple Mapper 4 JSON"} + + diff --git a/src/site/template.vm b/src/site/template.vm index 21f3fd6..e182464 100644 --- a/src/site/template.vm +++ b/src/site/template.vm @@ -89,24 +89,33 @@ #end #end +## Custom Variablen einlesen +#set ( $sitePath = $decoration.custom.getChild( 'thymeproxy' ).getChild( 'path' ).getValue() ) +#if ( !$sitePath ) + #set ( $sitePath = "" ) +#end +#set ( $siteCrumbs = $decoration.custom.getChild( 'thymeproxy' ).getChild( 'crumbs' ).getValue() ) - - + + + + + juplo - $title - + -
+

$shortTitle

$bodyContent
-- 2.20.1