projects
/
maven-thymeleaf-skin
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0ea9aa
)
Fixed the URI-path for the documentation
author
Kai Moritz
<kai@juplo.de>
Mon, 7 Mar 2022 20:34:03 +0000
(21:34 +0100)
committer
Kai Moritz
<kai@juplo.de>
Mon, 7 Mar 2022 20:34:15 +0000
(21:34 +0100)
src/site/site.xml
patch
|
blob
|
history
diff --git
a/src/site/site.xml
b/src/site/site.xml
index
51950a0
..
5586fd4
100644
(file)
--- a/
src/site/site.xml
+++ b/
src/site/site.xml
@@
-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>