summaryrefslogtreecommitdiffstats
path: root/layouts/page
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/page')
-rw-r--r--layouts/page/single.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/layouts/page/single.html b/layouts/page/single.html
new file mode 100644
index 0000000..03c488a
--- /dev/null
+++ b/layouts/page/single.html
@@ -0,0 +1,7 @@
+{{ define "main" }}
+<article class="page">
+ <h1 class="page-title">{{ .Params.caption | default .Title }}</h1>
+ {{ .Content }}
+</article>
+{{ end }}
+