mirror of
https://git.kittycat.homes/zoe/hugo-battheme.git
synced 2026-06-14 19:25:39 +00:00
10 lines
286 B
HTML
10 lines
286 B
HTML
{{ define "main" }}
|
|
<header>
|
|
<h1 id="title"><a target="_blank" rel="noreferrer noopener" href="./index.xml" class="colorswitch with-rss" id="rss-title">{{.Title}} </a></h1>
|
|
</header>
|
|
<article id="content" class="colorswitch">
|
|
<p>
|
|
{{ .Content }}
|
|
</p>
|
|
</article>
|
|
{{ end }}
|