Add sitemap page for humans

This commit is contained in:
2024-09-25 13:01:59 -05:00
parent 1ba8841d32
commit 6328a531a7
2 changed files with 26 additions and 1 deletions

View File

@ -9,5 +9,7 @@
{% if webring.nextURL %}<a href="{{ webring.nextURL }}">→</a>{% endif %}
</span>
{% endfor %}
{% endif %}</p>
{% endif %}
<a href="/sitemap/">Sitemap</a>
</p>
</footer>