summaryrefslogtreecommitdiff
path: root/template/home.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/home.tmpl')
-rw-r--r--template/home.tmpl4
1 files changed, 1 insertions, 3 deletions
diff --git a/template/home.tmpl b/template/home.tmpl
index ca16bb0..2c622b5 100644
--- a/template/home.tmpl
+++ b/template/home.tmpl
@@ -4,9 +4,7 @@
{{define "content"}}
{{range .Data}}
- {{template "doc" .}}
+ {{template "doc" .}}
{{end}}
- <footer>
<p>See the <a href="{{.BasePath}}/index">index</a> for more articles.</p>
- </footer>
{{end}}