From a78f1ab6f0a483446670dcb31b94ed7cb4d7a262 Mon Sep 17 00:00:00 2001 From: Kai Moritz <kai@juplo.de> Date: Mon, 7 Mar 2022 21:20:49 +0100 Subject: [PATCH] WIP:site --- src/site/site.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/site/site.xml b/src/site/site.xml index eeab7475..d6f0c130 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -23,6 +23,7 @@ <thymeproxy> <path>/projects/hibernate-maven-plugin/</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> -- 2.20.1