From ed1c9a830e54d040a88e4d574c192153cedb2f6d Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sat, 20 Jun 2015 00:42:47 +0200 Subject: Roll back list template --- template/index.tmpl | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'template/index.tmpl') diff --git a/template/index.tmpl b/template/index.tmpl index 2e7f2cc..843a791 100644 --- a/template/index.tmpl +++ b/template/index.tmpl @@ -5,6 +5,13 @@ {{define "content"}}

{{template "title"}}

- {{template "list" .Data}} +
+ {{range .Data}} +
{{.Title}}
+
{{template "time" .Time}} + {{with .Tags}}
{{range .}}{{.}} {{end}}
{{end}} +
+ {{end}} +
{{end}} -- cgit v1.2.3