1
Fork 0

ISO8601 is nice

This commit is contained in:
Jake Howard 2017-09-15 09:09:06 +01:00
parent 95aeaffea3
commit 38fde96b4b
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -3,7 +3,7 @@
{{ partial "subtitle_string.html" . }}
{{ if .Params.date }}
<small>{{ .Date.Format "January 2 2006" }}</small>
<small title="{{ .Date.Format "January 2 2006" }}">{{ .Date.Format "2006-01-02" }}</small>
{{ end }}
</header>
{{ if .Content }}