feat: move RSS feed link from markdown to HTML
This commit is contained in:
parent
79de9d750f
commit
78f5d95484
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,3 @@
|
|||
---
|
||||
title: rottenblog
|
||||
---
|
||||
|
||||
RSS feed [here](/index.xml).
|
||||
|
||||
## Posts
|
|
@ -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" }}
|
||||
|
|
Loading…
Reference in a new issue