aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/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/_default/single.html
parentd0e7f43601e90229b95191a1cdc85039e233b622 (diff)
Switch to light theme. remove articles.
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html15
1 files changed, 7 insertions, 8 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 996ad9e..49137fb 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,10 +1,9 @@
1{{ define "main" }} 1{{ define "main" }}
2 <article> 2 <hgroup>
3 <section> 3 <h1>{{- .Title -}}</h1>
4 <h1>{{- .Title -}}</h1> 4 <p>Some dude on the internet with—like—opinions and stuff</p>
5 </section> 5 </hgroup>
6 <section class="content"> 6 <section class="content">
7 {{- .Content -}} 7 {{- .Content -}}
8 </section> 8 </section>
9 </article>
10{{ end }} 9{{ end }}