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
876124a845
commit
84984c01f3
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{{ define "main" }}
|
{{ define "main" }}
|
||||||
<header>
|
<header>
|
||||||
<h1 id="title" class="colorswitch">{{ .Site.Title }}</h1>
|
<h1 id="title"><a href="./index.xml" class="colorswitch with-rss" id="rss-title">{{.Title}} </a></h1>
|
||||||
</header>
|
</header>
|
||||||
<article id="content" class="colorswitch">
|
<article id="content" class="colorswitch">
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in a new issue