aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/single.html
diff options
context:
space:
mode:
authorZach Berwaldt <zberwaldt@tutamail.com>2023-05-14 17:57:10 -0400
committerZach Berwaldt <zberwaldt@tutamail.com>2023-05-14 17:57:10 -0400
commit6416a7cb1adb60c7dd142abb0204f3751ab36a1f (patch)
tree97dc775cec10158a6d6559ee9f5bb08f9b2775b3 /layouts/_default/single.html
parent59b4fc0d0e761238f51f27658d116b90c0abb528 (diff)
tweak css, layouts, add new archetype
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html13
1 files changed, 10 insertions, 3 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 3e48693..306df48 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,4 +1,11 @@
1{{ define "main" }} 1{{ define "main" }}
2 <h1>{{ .Title }}</h1> 2 <article>
3 {{- .Content -}} 3 <section>
4 <h1>{{ .Title }}</h1>
5 <h6>{{ .Date | time.Format ":date_full" }}</h6>
6 </section>
7 <section>
8 {{- .Content -}}
9 </section>
10 </article>
4{{ end }} \ No newline at end of file 11{{ end }} \ No newline at end of file