diff options
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r-- | layouts/_default/single.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index db0c449..1564845 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html | |||
@@ -1,10 +1,10 @@ | |||
1 | {{ define "main" }} | 1 | {{ define "main" }} |
2 | <article> | 2 | <article> |
3 | <section> | 3 | <section> |
4 | <h1>{{ .Title }}</h1> | 4 | <h1>{{- .Title -}}</h1> |
5 | </section> | 5 | </section> |
6 | <section> | 6 | <section> |
7 | {{- .Content -}} | 7 | {{- .Content -}} |
8 | </section> | 8 | </section> |
9 | </article> | 9 | </article> |
10 | {{ end }} \ No newline at end of file | 10 | {{ end }} |