summaryrefslogtreecommitdiff
path: root/template/root.tmpl
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-06-20 00:42:47 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-06-20 00:42:47 +0200
commited1c9a830e54d040a88e4d574c192153cedb2f6d (patch)
tree9e41866df67660ba479ff83f0cafb4f4b75c740f /template/root.tmpl
parent4718ebd990396ffef022743888faf19977db09ce (diff)
Roll back list template
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}}