feat: point to sitemap in blog

This commit is contained in:
Nuno Sempere 2022-07-26 03:09:46 +00:00
parent 44dc5989c4
commit 5c9ddfdd8c

View File

@ -76,7 +76,7 @@ fn blagh_body {
# Direct links to feeds are disabled because they are not very useful, add clutter and might waste pagerank. # Direct links to feeds are disabled because they are not very useful, add clutter and might waste pagerank.
# An user can add this on their own using handlers_body_head anyway. # An user can add this on their own using handlers_body_head anyway.
echo '<p><a href="index.rss">RSS Feed</a></p>' echo '<p><a href="index.rss">RSS Feed</a>, <a href="../sitemap">all content</a></p>'
# |<a href="index.atom">Atom Feed</a></div>' # |<a href="index.atom">Atom Feed</a></div>'
# Markdown posts # Markdown posts