Fixed the URI-path for the documentation
authorKai Moritz <kai@juplo.de>
Mon, 7 Mar 2022 20:34:03 +0000 (21:34 +0100)
committerKai Moritz <kai@juplo.de>
Mon, 7 Mar 2022 20:34:15 +0000 (21:34 +0100)
src/site/site.xml

index 51950a0..5586fd4 100644 (file)
@@ -23,7 +23,7 @@
   </body>
   <custom>
     <thymeproxy>
-      <path>/maven-thymeleaf-skin/</path>
+      <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>