summaryrefslogtreecommitdiff
path: root/themes/orca/layouts/_default/blog.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/orca/layouts/_default/blog.html')
-rw-r--r--themes/orca/layouts/_default/blog.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/themes/orca/layouts/_default/blog.html b/themes/orca/layouts/_default/blog.html
deleted file mode 100644
index 0f73423..0000000
--- a/themes/orca/layouts/_default/blog.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{{ define "main" }}
-<h1>{{ .Title }}</h1>
- {{ .TableOfContents }}
- {{ .Content }}
- {{ with .Lastmod }}
-<p>Last modified {{ .Format "January 2nd, 2006" }}.</p>
- {{ end }}
-{{ end }}