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.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
deleted file mode 100644
index a322e0a..0000000
--- a/layouts/_default/single.html
+++ /dev/null
@@ -1,7 +0,0 @@
-{{ partial "header.html" .}}
-<div class="single">
- <h2>{{ .Title }}</h2>
- <h4> Published on {{ .Date.Format "2006/01/02" }}</h4>
- {{ .Content }}
-</div>
-{{ partial "footer.html" . }}