From: Kai Moritz Date: Fri, 8 Jul 2016 09:23:26 +0000 (+0200) Subject: WIP X-Git-Tag: notnagel~9 X-Git-Url: https://juplo.de/gitweb/?p=maven-thymeleaf-skin;a=commitdiff_plain;h=a4a51a8099d643cd6ac11bd521fc68287428296f WIP --- 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