From: Kai Moritz <kai@juplo.de> Date: Sat, 9 Jul 2016 08:30:12 +0000 (+0200) Subject: Fixed supplement-breadcrumbs: the path contained one entry too much X-Git-Tag: maven-thymeleaf-skin-1.0.0~10 X-Git-Url: https://juplo.de/gitweb/?a=commitdiff_plain;h=cef56a60be71f34605f3c1ec10698932dae8e01c;p=maven-thymeleaf-skin Fixed supplement-breadcrumbs: the path contained one entry too much --- diff --git a/src/site/site.xml b/src/site/site.xml index 015e0b3..799111f 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -24,7 +24,7 @@ <custom> <thymeproxy> <path>/maven-thymeleaf-skin/</path> - <crumbs>{&quot;uri&quot;:&quot;/projects.html&quot;,&quot;name&quot;:&quot;Projects&quot;},{&quot;uri&quot;:&quot;/maven-thymeleaf-skin/index.html&quot;,&quot;name&quot;:&quot;Apache-Maven Thymeleaf-Skin&quot;}</crumbs> + <crumbs><![CDATA[{"uri":"/projects.html","name":"Projects"}]]></crumbs> </thymeproxy> </custom> </project>