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