aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/single.html
diff options
context:
space:
mode:
authorZach Berwaldt <zberwaldt@tutamail.com>2023-10-23 19:29:28 -0400
committerZach Berwaldt <zberwaldt@tutamail.com>2023-10-23 19:29:28 -0400
commitae5fbeb8af153d358b4d13d7e2bdd16061ca5524 (patch)
tree0c4d95f65ba7fbbaf26b8e187818c259c3f03886 /layouts/_default/single.html
parent6bfd84ae2c7aad006c3bc84cdce9aebf894cbe62 (diff)
update layouts, readme, config
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 49137fb..518e6e2 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,7 +1,7 @@
1{{ define "main" }} 1{{ define "main" }}
2 <hgroup> 2 <hgroup>
3 <h1>{{- .Title -}}</h1> 3 <h1>{{- .Title -}}</h1>
4 <p>Some dude on the internet withlikeopinions and stuff</p> 4 <p>Some dude on the internet with&ndash;like&ndash;opinions and stuff</p>
5 </hgroup> 5 </hgroup>
6 <section class="content"> 6 <section class="content">
7 {{- .Content -}} 7 {{- .Content -}}