hugo-battheme/layouts/index.html

11 lines
195 B
HTML

{{ define "main" }}
<header>
<h1 id="title" class="colorswitch">{{ .Site.Title }}</h1>
</header>
<article id="content" class="colorswitch">
<p>
{{ .Content }}
</p>
</article>
{{ end }}