diff options
author | Zach Berwaldt <17715430+zberwaldt@users.noreply.github.com> | 2023-10-20 22:58:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-20 22:58:33 -0400 |
commit | c516745d0dc2c6a51777ef00ef116c1b26e95ec7 (patch) | |
tree | adcce31c689d3e63ab3ea8bd36f9ac384eca4cad /layouts/_default/single.html | |
parent | b34e09f8fe1011963934dbf40dc92f0b258592ca (diff) | |
parent | 6bfd84ae2c7aad006c3bc84cdce9aebf894cbe62 (diff) |
Develop
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r-- | layouts/_default/single.html | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 3e48693..49137fb 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html | |||
@@ -1,4 +1,9 @@ | |||
1 | {{ define "main" }} | 1 | {{ define "main" }} |
2 | <h1>{{ .Title }}</h1> | 2 | <hgroup> |
3 | {{- .Content -}} | 3 | <h1>{{- .Title -}}</h1> |
4 | {{ end }} \ No newline at end of file | 4 | <p>Some dude on the internet with—like—opinions and stuff</p> |
5 | </hgroup> | ||
6 | <section class="content"> | ||
7 | {{- .Content -}} | ||
8 | </section> | ||
9 | {{ end }} | ||