aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 1564845..996ad9e 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -3,7 +3,7 @@
3 <section> 3 <section>
4 <h1>{{- .Title -}}</h1> 4 <h1>{{- .Title -}}</h1>
5 </section> 5 </section>
6 <section> 6 <section class="content">
7 {{- .Content -}} 7 {{- .Content -}}
8 </section> 8 </section>
9 </article> 9 </article>