aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
deleted file mode 100644
index f87f4b3..0000000
--- a/layouts/_default/single.html
+++ /dev/null
@@ -1,9 +0,0 @@
-{{ define "main" }}
-<h1>{{ .Title }}</h1>
-<p class="meta">
- {{ if gt .Date.Unix 0 }}
- <time datetime="{{ .Date.Format "2006-01-02T15:04:05-07:00" }}">{{ .Date.Format "2006-01-02" }}</time>
- {{ end }}
-</p>
-{{ .Content }}
-{{ end }} \ No newline at end of file