diff options
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r-- | layouts/_default/single.html | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 996ad9e..49137fb 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html | |||
@@ -1,10 +1,9 @@ | |||
1 | {{ define "main" }} | 1 | {{ define "main" }} |
2 | <article> | 2 | <hgroup> |
3 | <section> | 3 | <h1>{{- .Title -}}</h1> |
4 | <h1>{{- .Title -}}</h1> | 4 | <p>Some dude on the internet with—like—opinions and stuff</p> |
5 | </section> | 5 | </hgroup> |
6 | <section class="content"> | 6 | <section class="content"> |
7 | {{- .Content -}} | 7 | {{- .Content -}} |
8 | </section> | 8 | </section> |
9 | </article> | ||
10 | {{ end }} | 9 | {{ end }} |