summaryrefslogtreecommitdiff
path: root/themes/blowfish/layouts/partials/meta
diff options
context:
space:
mode:
Diffstat (limited to 'themes/blowfish/layouts/partials/meta')
-rw-r--r--themes/blowfish/layouts/partials/meta/date-updated.html4
-rw-r--r--themes/blowfish/layouts/partials/meta/date.html4
2 files changed, 4 insertions, 4 deletions
diff --git a/themes/blowfish/layouts/partials/meta/date-updated.html b/themes/blowfish/layouts/partials/meta/date-updated.html
index e0fca35..949a172 100644
--- a/themes/blowfish/layouts/partials/meta/date-updated.html
+++ b/themes/blowfish/layouts/partials/meta/date-updated.html
@@ -1,4 +1,4 @@
-<time datetime="{{ . }}">
- {{- i18n "article.date_updated" (dict "Date" (partial "functions/date.html" .)) | markdownify -}}
+<time datetime="{{ . | time.Format "2006-01-02T15:04:05-07:00" }}">
+ {{- i18n "article.date_updated" (dict "Date" (partial "functions/date.html" .)) -}}
</time>
{{- /* Trim EOF */ -}}
diff --git a/themes/blowfish/layouts/partials/meta/date.html b/themes/blowfish/layouts/partials/meta/date.html
index 10a639e..1454d0b 100644
--- a/themes/blowfish/layouts/partials/meta/date.html
+++ b/themes/blowfish/layouts/partials/meta/date.html
@@ -1,4 +1,4 @@
-<time datetime="{{ . }}">
- {{- i18n "article.date" (dict "Date" (partial "functions/date.html" .)) | markdownify -}}
+<time datetime="{{ . | time.Format "2006-01-02T15:04:05-07:00" }}">
+ {{- i18n "article.date" (dict "Date" (partial "functions/date.html" .)) -}}
</time>
{{- /* Trim EOF */ -}}