hugo-battheme/layouts/index.html

11 lines
195 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>
<h1 id="title" class="colorswitch">{{ .Site.Title }}</h1>
</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 }}