summaryrefslogtreecommitdiffstats
path: root/themes/tozt/layouts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/tozt/layouts/index.html')
-rw-r--r--themes/tozt/layouts/index.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/themes/tozt/layouts/index.html b/themes/tozt/layouts/index.html
index 5ea7912..42e94c7 100644
--- a/themes/tozt/layouts/index.html
+++ b/themes/tozt/layouts/index.html
@@ -1,7 +1,11 @@
{{ partial "header.html" . }}
-<main>
+<header class="body">
+<h2>{{ .Title }}</h2>
+</header>
+
+<article>
{{ .Content }}
-</main>
+</article>
{{ partial "footer.html" . }}