aboutsummaryrefslogtreecommitdiff
path: root/layouts/post/single.html
diff options
context:
space:
mode:
authorZach Berwaldt <zberwaldt@tutamail.com>2023-10-12 08:08:37 -0400
committerZach Berwaldt <zberwaldt@tutamail.com>2023-10-12 08:08:37 -0400
commit6e6412e4a693ddc2da5e4611363fb882ad6497be (patch)
tree8c151abcd68613d477773cc6552eeaa22a70e8ea /layouts/post/single.html
parentd0e7f43601e90229b95191a1cdc85039e233b622 (diff)
Switch to light theme. remove articles.
Diffstat (limited to 'layouts/post/single.html')
-rw-r--r--layouts/post/single.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/layouts/post/single.html b/layouts/post/single.html
index f2a333e..166ecd6 100644
--- a/layouts/post/single.html
+++ b/layouts/post/single.html
@@ -1,9 +1,8 @@
1{{ define "main" }} 1{{ define "main" }}
2<article> 2 <hgroup>
3 <section>
4 <h1>{{ .Title }}</h1> 3 <h1>{{ .Title }}</h1>
5 <h6>{{ .Date | time.Format ":date_full" }}</h6> 4 <h6>{{ .Date | time.Format ":date_full" }}</h6>
6 </section> 5 </hgroup>
7 <section class="content"> 6 <section class="content">
8 {{- .Content -}} 7 {{- .Content -}}
9 </section> 8 </section>