diff options
author | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-10-23 19:29:28 -0400 |
---|---|---|
committer | Zach Berwaldt <zberwaldt@tutamail.com> | 2023-10-23 19:29:28 -0400 |
commit | ae5fbeb8af153d358b4d13d7e2bdd16061ca5524 (patch) | |
tree | 0c4d95f65ba7fbbaf26b8e187818c259c3f03886 /layouts/_default/single.html | |
parent | 6bfd84ae2c7aad006c3bc84cdce9aebf894cbe62 (diff) |
update layouts, readme, config
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r-- | layouts/_default/single.html | 2 |
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 with—like—opinions and stuff</p> | 4 | <p>Some dude on the internet with–like–opinions and stuff</p> |
5 | </hgroup> | 5 | </hgroup> |
6 | <section class="content"> | 6 | <section class="content"> |
7 | {{- .Content -}} | 7 | {{- .Content -}} |