summaryrefslogtreecommitdiff
path: root/template/home.tmpl
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-12-26 13:04:18 +0100
committerDimitri Sokolyuk <demon@dim13.org>2017-12-26 13:04:18 +0100
commitc3e64686145b5b2c31e72a182b3f8ff6c3ae3ef9 (patch)
tree219a56b651b50f7021e27b1cbc38360f8b876a0e /template/home.tmpl
parentaa3789452fd34c174268aaaa088e1fd97601a2d3 (diff)
Switch to bootstrap
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}}