summaryrefslogtreecommitdiff
path: root/template/home.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/home.tmpl')
-rw-r--r--template/home.tmpl10
1 files changed, 0 insertions, 10 deletions
diff --git a/template/home.tmpl b/template/home.tmpl
deleted file mode 100644
index 2c622b5..0000000
--- a/template/home.tmpl
+++ /dev/null
@@ -1,10 +0,0 @@
-{{/* This file is combined with the root.tmpl to display the blog home page. */}}
-
-{{define "title"}}dim13{{end}}
-
-{{define "content"}}
- {{range .Data}}
- {{template "doc" .}}
- {{end}}
- <p>See the <a href="{{.BasePath}}/index">index</a> for more articles.</p>
-{{end}}