summaryrefslogtreecommitdiffstats
path: root/themes/tozt/layouts/index.html
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-13 04:21:40 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-13 04:21:40 -0400
commit9ad2fd01e97aa339c268dd0adabe0d38f8dce81f (patch)
treec4c6a4d9ab0db8cfe4c554c07e0040ac10e7fd00 /themes/tozt/layouts/index.html
parentaa403b978860210fcbace7fcdf5830066f3e14e0 (diff)
downloadtozt-hugo-9ad2fd01e97aa339c268dd0adabe0d38f8dce81f.tar.gz
tozt-hugo-9ad2fd01e97aa339c268dd0adabe0d38f8dce81f.zip
some basic styling
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" . }}