surwiki/templates/site_wide_footer_items.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

7 lines
284 B
HTML

<ul class="dense">
<li><a href=".">Home</a></li>
<li><a href="_new">Create article</a></li>
<li><a href="_sitemap">Sitemap</a></li>
<li><a href="_changes">Recent changes</a></li>
</ul>
<p>Powered by <a href="https://github.com/maghoff/sausagewiki">Sausagewiki</a></p>