summaryrefslogtreecommitdiffstats
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, 0 insertions, 11 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
deleted file mode 100644
index 4d07a02..0000000
--- a/layouts/_default/single.html
+++ /dev/null
@@ -1,11 +0,0 @@
-{{ partial "head" . }}
-<main>
- <article>
- <h1>{{ .Title }}</h1>
- <span class="single-date">{{ .Date.Format "January 2, 2006" }}</span>
-{{ if ne (.Lastmod.Format "January 2, 2006") (.Date.Format "January 2, 2006") }} <br><span class="single-date"><small>Last modified {{ .Lastmod.Format "January 2, 2006" }}</small></span>{{ end }}
-
-{{ .Content }}
- </article>
-</main>
-{{ partial "footer" . }}