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