ISO8601 is nice
This commit is contained in:
parent
95aeaffea3
commit
38fde96b4b
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
{{ partial "subtitle_string.html" . }}
|
{{ partial "subtitle_string.html" . }}
|
||||||
|
|
||||||
{{ if .Params.date }}
|
{{ if .Params.date }}
|
||||||
<small>{{ .Date.Format "January 2 2006" }}</small>
|
<small title="{{ .Date.Format "January 2 2006" }}">{{ .Date.Format "2006-01-02" }}</small>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</header>
|
</header>
|
||||||
{{ if .Content }}
|
{{ if .Content }}
|
||||||
|
|
Loading…
Reference in a new issue