Add shortcut to RSS feed on /posts

This commit is contained in:
Gabriel Simmer 2023-04-02 13:54:51 +01:00
parent d85bedc3d7
commit f41c0fe733
Signed by: arch
GPG key ID: C81B106D46C5B875

View file

@ -2,7 +2,8 @@
<main>
<article>
<header>
<h1>{{.Title}}</h1>
<h1>{{.Title}}</h1>
<h2><a href="/index.xml">subscribe with rss</a></h2>
</header>
<!-- "{{.Content}}" pulls from the markdown content of the corresponding _index.md -->
{{.Content}}