feat: move RSS feed link from markdown to HTML

This commit is contained in:
Kumi 2024-07-15 08:57:56 +02:00
parent 79de9d750f
commit 78f5d95484
Signed by: kumi
GPG key ID: ECBCC9082395383F
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,3 @@
---
title: rottenblog
---
RSS feed [here](/index.xml).
## Posts

View file

@ -1,5 +1,9 @@
{{ define "main" }}
<p>
RSS feed <a href="/index.xml">here</a>.
</p>
<h2>Latest Posts</h2>
<ul>
{{ range where .Site.RegularPages "Section" "posts" }}