1bdc21039b
This fixes a bug where the cancel-link on the front page would be to "" rather than "."
15 lines
226 B
HTML
15 lines
226 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>
|
|
|
|
{{>footer/default.html}}
|