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:
authorHang Jiang <jianghangscu@gmail.com>2021-08-22 08:09:45 +0300
committerGitHub <noreply@github.com>2021-08-22 08:09:45 +0300
commit2c791bde4bf8f33873a6fdfb729316b71703178d (patch)
treed0f33445916c46bbbeabe17538ba749436d9e63f
parenteb843d1a4f002d5ba24768cb11588e4dc4dbcde8 (diff)
parentfbea692cdc69ea6cc5841a7026c2f42207044144 (diff)
Merge pull request #107 from BDHU/patch-1
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"