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