summaryrefslogtreecommitdiff
path: root/template/root.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/root.tmpl')
-rw-r--r--template/root.tmpl11
1 files changed, 0 insertions, 11 deletions
diff --git a/template/root.tmpl b/template/root.tmpl
index 8bebe8e..b9f76c6 100644
--- a/template/root.tmpl
+++ b/template/root.tmpl
@@ -80,14 +80,3 @@
{{define "time"}}
<time datetime="{{.Format "2006-01-02 15:04"}}">{{.Format "2 January 2006"}}</time>
{{end}}
-
-{{define "list"}}
-<dl>
-{{range .}}
- <dt><a href="{{.Path}}">{{.Title}}</a></dt>
- <dd>{{template "time" .Time}}
- {{with .Tags}}<div class="tags">{{range .}}{{.}} {{end}}</div>{{end}}
- </dd>
-{{end}}
-</dl>
-{{end}}