Add RSS link to buttom of posts

This commit is contained in:
Gabriel Simmer 2023-04-02 14:10:32 +01:00
parent a217bf707f
commit 086cbd6a6a
Signed by: arch
GPG key ID: C81B106D46C5B875
2 changed files with 4 additions and 1 deletions

View file

@ -24,7 +24,8 @@
{{- .Date.Format "January 2, 2006" -}}
</time>
{{- .Content -}}
</div>
</div>
<div><a href="/index.xml">rss</a></div>
</div>
{{ end }}

View file

@ -13,6 +13,8 @@
<div>
{{ .Content }}
</div>
<div>
<a href="/index.xml">rss</a>
</article>
</div>
{{ end }}