summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2016-11-12 13:59:54 +0100
committerDimitri Sokolyuk <demon@dim13.org>2016-11-12 13:59:54 +0100
commitc306efd69791e34a79c404d717a1b286888407be (patch)
treebea60abf90cee33cbcd3c26a27f475d4147fa34c /template
parentf73e6f38581d9cdfb10e3fb6409ea1894e18b39b (diff)
RFC 3339 datetime
Diffstat (limited to 'template')
-rw-r--r--template/root.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/root.tmpl b/template/root.tmpl
index f928472..831ac72 100644
--- a/template/root.tmpl
+++ b/template/root.tmpl
@@ -77,5 +77,5 @@
{{end}}
{{define "time" -}}
-<time datetime="{{.Format "2006-01-02 15:04"}}">{{.Format "2 January 2006"}}</time>
+<time datetime="{{.Format "2006-01-02T15:04:05Z07:00"}}">{{.Format "2 January 2006"}}</time>
{{- end}}