]> juplo.de Git - maven-thymeleaf-skin/commitdiff
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>
Fri, 24 Oct 2025 09:28:21 +0000 (11:28 +0200)
src/site/site.xml

index 51950a00b98ade49a70fe5dd6933de3902ef16e9..5586fd4eeb59a85e2ea2fc8815484962923a13fb 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>