diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-10-12 08:08:37 -0400 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-10-12 08:08:37 -0400 |
commit | 6e6412e4a693ddc2da5e4611363fb882ad6497be (patch) | |
tree | 8c151abcd68613d477773cc6552eeaa22a70e8ea /layouts/post/single.html | |
parent | d0e7f43601e90229b95191a1cdc85039e233b622 (diff) |
Switch to light theme. remove articles.
Diffstat (limited to 'layouts/post/single.html')
-rw-r--r-- | layouts/post/single.html | 5 |
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> |