mirror of
https://git.kittycat.homes/zoe/hugo-battheme.git
synced 2024-08-15 03:25:18 +00:00
basic rss support
This commit is contained in:
parent
3d406997cb
commit
876124a845
3 changed files with 15 additions and 1 deletions
|
@ -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}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue