aboutsummaryrefslogtreecommitdiff
path: root/layouts/post/single.html
diff options
context:
space:
mode:
authorZach Berwaldt <zberwaldt@tutamail.com>2023-10-03 23:44:31 -0400
committerZach Berwaldt <zberwaldt@tutamail.com>2023-10-03 23:44:31 -0400
commit93a4ba55f2159e69aa1fcdaa1cf87c09e7455017 (patch)
tree1d5ccef993cfa21b1aaf0f4c28dd9994e111cbc3 /layouts/post/single.html
parent81200fa6a598557f36593c950d7a63c52aa0b22f (diff)
add changelog, assets, new partial
Diffstat (limited to 'layouts/post/single.html')
-rw-r--r--layouts/post/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/post/single.html b/layouts/post/single.html
index 432b9df..f2a333e 100644
--- a/layouts/post/single.html
+++ b/layouts/post/single.html
@@ -4,7 +4,7 @@
4 <h1>{{ .Title }}</h1> 4 <h1>{{ .Title }}</h1>
5 <h6>{{ .Date | time.Format ":date_full" }}</h6> 5 <h6>{{ .Date | time.Format ":date_full" }}</h6>
6 </section> 6 </section>
7 <section> 7 <section class="content">
8 {{- .Content -}} 8 {{- .Content -}}
9 </section> 9 </section>
10</article> 10</article>