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> <main>
<article> <article>
<header> <header>
<h1>{{.Title}}</h1> <h1>{{.Title}}</h1>
<h2><a href="/index.xml">subscribe with rss</a></h2>
</header> </header>
<!-- "{{.Content}}" pulls from the markdown content of the corresponding _index.md --> <!-- "{{.Content}}" pulls from the markdown content of the corresponding _index.md -->
{{.Content}} {{.Content}}
@ -16,4 +17,4 @@
{{ end }} {{ end }}
</ul> </ul>
</main> </main>
{{ end }} {{ end }}