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