surwiki/templates/sitemap.html
Magnus Hoff 5c161ed13e Refactor footer.
Add link to home page, this fixes #9.

Add links to _changes and _sitemap
2017-10-13 15:14:12 +02:00

15 lines
224 B
HTML

<div class="container">
<header>
<h1>Sitemap</h1>
</header>
<article>
<ul class="dense">
{{#articles}}
<li><a href="{{.link}}">{{.title}}</a></li>
{{/articles}}
</ul>
</article>
</div>
{{>default_footer.html}}