aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/single.html
diff options
context:
space:
mode:
authorZach Berwaldt <zberwaldt@tutamail.com>2023-09-27 21:50:42 -0400
committerZach Berwaldt <zberwaldt@tutamail.com>2023-09-27 21:50:42 -0400
commitb179606dac7cf36c490512146ad8ce898f7800b2 (patch)
tree5cdc1d48161bcb0bb2c3a4fe06e3bcd4cf14cd51 /layouts/_default/single.html
parentf7ccee9be8569eb2efc2319554e49757f550c77f (diff)
theme tweaks
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index db0c449..1564845 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,10 +1,10 @@
1{{ define "main" }} 1{{ define "main" }}
2 <article> 2 <article>
3 <section> 3 <section>
4 <h1>{{ .Title }}</h1> 4 <h1>{{- .Title -}}</h1>
5 </section> 5 </section>
6 <section> 6 <section>
7 {{- .Content -}} 7 {{- .Content -}}
8 </section> 8 </section>
9 </article> 9 </article>
10{{ end }} \ No newline at end of file 10{{ end }}