Add RSS and Atom feed links on the front page

This commit is contained in:
Dimitri Lozeve 2019-03-23 15:41:06 +01:00
parent bd44a9c969
commit 52f9db28ea
2 changed files with 4 additions and 0 deletions

View file

@ -69,6 +69,8 @@
</ul>
<h2>Recent Posts</h2>
<p>Get notified of new posts via <a href="./rss.xml">RSS</a> or <a href="./atom.xml">Atom</a> feeds!</p>
<ul>
<li>

View file

@ -47,6 +47,8 @@ title: Home
</ul>
<h2>Recent Posts</h2>
<p>Get notified of new posts via <a href="/rss.xml">RSS</a> or <a href="/atom.xml">Atom</a> feeds!</p>
$partial("templates/post-list.html")$
<p>Find more in the <a href="/archive.html">archives</a>.</p>