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.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
new file mode 100644
index 0000000..cc2c399
--- /dev/null
+++ b/layouts/_default/single.html
@@ -0,0 +1,11 @@
1{{ partial "head.html" . }}
2
3<h1>
4 {{$.Title}}
5</h1>
6
7<main>
8 {{.Content}}
9</main>
10
11{{ partial "foot.html" }}