Fixed the URI-path for the documentation
[maven-thymeleaf-skin] / src / site / site.xml
index f14724a..5586fd4 100644 (file)
@@ -23,8 +23,9 @@
   </body>
   <custom>
     <thymeproxy>
-      <path>/maven-thymeleaf-skin/</path>
-      <crumbs><![CDATA[&quot;/projects.html&quot;]]></crumbs>
+      <path>/projects/maven-thymeleaf-skin/</path>
+      <crumbs>"/index.html","/projects.html"</crumbs>
+      <command>th:replace="~{/templates/layout.html :: layout(uri='' + ~{:: code[class='site_uri']/text()}, title=~{:: title}, maincontent=~{:: .maincontent}, json='MERGE:' + ~{:: pre[class='json']/text()})}"</command>
     </thymeproxy>
   </custom>
 </project>