* fixed all dates
This commit is contained in:
parent
2bbe8f894b
commit
d75dc7c1a2
4 changed files with 6 additions and 6 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
<div class="postmeta">
|
||||
{{ with .Params.location }}Photos taken in {{ . }} on {{ end }}
|
||||
<time datetime='{{ .Date.Format "2006-01-02" }}' pubdate="">{{ .Date.Format "January 2, 2006" }}</time>
|
||||
<time datetime='{{ .Date | time.Format ":date_long" }}' pubdate="">{{ .Date | time.Format ":date_long" }}</time>
|
||||
{{ with .Params.camera }} with {{ . }}{{ end }}
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue