diff options
Diffstat (limited to 'layouts/post/single.html')
-rw-r--r-- | layouts/post/single.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/layouts/post/single.html b/layouts/post/single.html index f2a333e..166ecd6 100644 --- a/layouts/post/single.html +++ b/layouts/post/single.html | |||
@@ -1,9 +1,8 @@ | |||
1 | {{ define "main" }} | 1 | {{ define "main" }} |
2 | <article> | 2 | <hgroup> |
3 | <section> | ||
4 | <h1>{{ .Title }}</h1> | 3 | <h1>{{ .Title }}</h1> |
5 | <h6>{{ .Date | time.Format ":date_full" }}</h6> | 4 | <h6>{{ .Date | time.Format ":date_full" }}</h6> |
6 | </section> | 5 | </hgroup> |
7 | <section class="content"> | 6 | <section class="content"> |
8 | {{- .Content -}} | 7 | {{- .Content -}} |
9 | </section> | 8 | </section> |