feat: point to sitemap in blog
This commit is contained in:
parent
44dc5989c4
commit
5c9ddfdd8c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user