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.html13
1 files changed, 9 insertions, 4 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 3e48693..49137fb 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,4 +1,9 @@
1{{ define "main" }} 1{{ define "main" }}
2 <h1>{{ .Title }}</h1> 2 <hgroup>
3 {{- .Content -}} 3 <h1>{{- .Title -}}</h1>
4{{ end }} \ No newline at end of file 4 <p>Some dude on the internet with—like—opinions and stuff</p>
5 </hgroup>
6 <section class="content">
7 {{- .Content -}}
8 </section>
9{{ end }}