From 5f1708456d72f29646f27b78159e7c7609c44eb9 Mon Sep 17 00:00:00 2001 From: Kai Moritz <kai@juplo.de> Date: Mon, 7 Mar 2022 22:48:03 +0100 Subject: [PATCH] WIP:site --- src/site/site.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/site/site.xml b/src/site/site.xml index d6f0c130..3ce970fe 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -21,7 +21,8 @@ </skin> <custom> <thymeproxy> - <path>/projects/hibernate-maven-plugin/</path> + <path>/hibernate-maven-plugin/</path> + <prefix>/projects</prefix> <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> -- 2.20.1