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 49137fb..518e6e2 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,7 +1,7 @@
1{{ define "main" }} 1{{ define "main" }}
2 <hgroup> 2 <hgroup>
3 <h1>{{- .Title -}}</h1> 3 <h1>{{- .Title -}}</h1>
4 <p>Some dude on the internet withlikeopinions and stuff</p> 4 <p>Some dude on the internet with&ndash;like&ndash;opinions and stuff</p>
5 </hgroup> 5 </hgroup>
6 <section class="content"> 6 <section class="content">
7 {{- .Content -}} 7 {{- .Content -}}