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:
f24854a
)
Projekt-Seite erstellt: Velocity-Template - Links zum Browsen eingebaut
author
Kai Moritz
<kai@juplo.de>
Fri, 8 Jul 2016 09:45:42 +0000
(11:45 +0200)
committer
Kai Moritz
<kai@juplo.de>
Sun, 10 Jul 2016 11:46:59 +0000
(13:46 +0200)
src/site/template.vm
patch
|
blob
|
history
diff --git
a/src/site/template.vm
b/src/site/template.vm
index
a1349d0
..
2560d57
100644
(file)
--- a/
src/site/template.vm
+++ b/
src/site/template.vm
@@
-126,5
+126,12
@@
<header><h1>$shortTitle</h1></header>
$bodyContent
</article>
+ <hr />
+ <h2>Pages</h2>
+ <p>
+ <ul>
+ #foreach($page in $pages)<li><a href="$page.uri">$page.name</a></li>#end
+ </ul>
+ </p>
</body>
</html>