summaryrefslogtreecommitdiff
path: root/layouts/_default/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index c023229..7cd40c7 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,6 +1,5 @@
{{- define "main" }}
-{{/*
- Yes, this is identical to baseof.html's definition. This template is still needed, in order for Hugo to actually generate single pages.
-*/}}
+<article>
{{- .Content }}
+</article>
{{- end }}