basic rss support

This commit is contained in:
zoe 2022-04-16 18:44:46 +02:00
parent 3d406997cb
commit 876124a845
3 changed files with 15 additions and 1 deletions

View file

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