Datums format
This commit is contained in:
parent
994d43fba6
commit
cb1087c87f
|
|
@ -17,6 +17,6 @@
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
<footer class="single-footer padding">
|
<footer class="single-footer padding">
|
||||||
<p>
|
<p>
|
||||||
<i class="fa fa-calendar"></i> <time datetime="{{ .Lastmod }}">{{ .Lastmod.Format "02.01.2006 15:04" }}</time>
|
<i class="fa fa-calendar"></i> <time datetime='{{ .Lastmod.Format "2006-01-02T15:04-06:00" }}'>{{ .Lastmod.Format "02.01.2006 15:04" }}</time>
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
Loading…
Reference in New Issue