mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 14:35:43 -06:00
Merge pull request #1679 from sculptor189/date-modify
Correct time format
This commit is contained in:
commit
363ba66e14
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
<time datetime="{{ . }}">
|
<time datetime="{{ . | time.Format "2006-01-02T15:04:05-07:00" }}">
|
||||||
{{- i18n "article.date_updated" (dict "Date" (partial "functions/date.html" .)) -}}
|
{{- i18n "article.date_updated" (dict "Date" (partial "functions/date.html" .)) -}}
|
||||||
</time>
|
</time>
|
||||||
{{- /* Trim EOF */ -}}
|
{{- /* Trim EOF */ -}}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<time datetime="{{ . }}">
|
<time datetime="{{ . | time.Format "2006-01-02T15:04:05-07:00" }}">
|
||||||
{{- i18n "article.date" (dict "Date" (partial "functions/date.html" .)) -}}
|
{{- i18n "article.date" (dict "Date" (partial "functions/date.html" .)) -}}
|
||||||
</time>
|
</time>
|
||||||
{{- /* Trim EOF */ -}}
|
{{- /* Trim EOF */ -}}
|
||||||
|
|
Loading…
Reference in a new issue