Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejh/hugo-theme-cactus-plus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hu <BDHU@users.noreply.github.com>2021-08-22 08:07:50 +0300
committerGitHub <noreply@github.com>2021-08-22 08:07:50 +0300
commitfbea692cdc69ea6cc5841a7026c2f42207044144 (patch)
treed0f33445916c46bbbeabe17538ba749436d9e63f
parenteb843d1a4f002d5ba24768cb11588e4dc4dbcde8 (diff)
Cleaning publishData*
-rw-r--r--i18n/en.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml
index 644dcef..192114b 100644
--- a/i18n/en.yaml
+++ b/i18n/en.yaml
@@ -26,10 +26,10 @@ minuteRead:
other: "{{ .ReadingTime }} minute read"
publishDate:
- other: '{{ .PublishDate.Format "January 2, 2006" }}'
+ other: '{{ .PublishDate.Format "Jan 2, 2006" }}'
publishDateFull:
- other: '{{ .PublishDate.Format "January 2, 2006" }}'
+ other: '{{ .PublishDate.Format "Jan 2, 2006" }}'
wordCount:
one: "{{ .WordCount }} word"