From 38fde96b4b4df10c441aab07828948fd2b36548e Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 15 Sep 2017 09:09:06 +0100 Subject: [PATCH] ISO8601 is nice --- layouts/partials/content.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/content.html b/layouts/partials/content.html index 1d7307e..92c82ff 100644 --- a/layouts/partials/content.html +++ b/layouts/partials/content.html @@ -3,7 +3,7 @@ {{ partial "subtitle_string.html" . }} {{ if .Params.date }} - {{ .Date.Format "January 2 2006" }} + {{ .Date.Format "2006-01-02" }} {{ end }} {{ if .Content }}