summaryrefslogtreecommitdiffstats
path: root/themes/tozt/layouts/_default/single.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/_default/single.html
parentaa403b978860210fcbace7fcdf5830066f3e14e0 (diff)
downloadtozt-hugo-9ad2fd01e97aa339c268dd0adabe0d38f8dce81f.tar.gz
tozt-hugo-9ad2fd01e97aa339c268dd0adabe0d38f8dce81f.zip
some basic styling
Diffstat (limited to 'themes/tozt/layouts/_default/single.html')
-rw-r--r--themes/tozt/layouts/_default/single.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/themes/tozt/layouts/_default/single.html b/themes/tozt/layouts/_default/single.html
index 9e2cd9a..42e94c7 100644
--- a/themes/tozt/layouts/_default/single.html
+++ b/themes/tozt/layouts/_default/single.html
@@ -1,9 +1,11 @@
{{ partial "header.html" . }}
+<header class="body">
<h2>{{ .Title }}</h2>
+</header>
-<main>
+<article>
{{ .Content }}
-</main>
+</article>
{{ partial "footer.html" . }}