hugo-battheme/layouts/index.html

11 lines
286 B
HTML
Raw Normal View History

2022-04-08 22:27:21 +00:00
{{ define "main" }}
2022-04-15 17:24:57 +00:00
<header>
2022-04-18 08:42:54 +00:00
<h1 id="title"><a target="_blank" rel="noreferrer noopener" href="./index.xml" class="colorswitch with-rss" id="rss-title">{{.Title}} </a></h1>
2022-04-15 17:24:57 +00:00
</header>
<article id="content" class="colorswitch">
2022-04-09 16:00:33 +00:00
<p>
{{ .Content }}
</p>
2022-04-15 17:24:57 +00:00
</article>
2022-04-08 22:27:21 +00:00
{{ end }}