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:06:49 +0300
committerGitHub <noreply@github.com>2021-08-22 08:06:49 +0300
commiteb843d1a4f002d5ba24768cb11588e4dc4dbcde8 (patch)
treef135de032ac69c8f5949ed099006945cbca00dff
parent82c38b65ec3d82df24fc26229e23c1ec7545d21a (diff)
parent6264ce34dfd800fb935b68e5356f0abf0ab27405 (diff)
Merge pull request #106 from BDHU/patch-1
Correct publishDateShort in en.yaml
-rw-r--r--i18n/en.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml
index 66ba272..644dcef 100644
--- a/i18n/en.yaml
+++ b/i18n/en.yaml
@@ -47,4 +47,4 @@ poweredBy:
href='https://github.com/nodejh/hugo-theme-cactus-plus'>nodejh</a>
publishDateShort:
- other: '{{ .PublishDate.Format "January 2" }}'
+ other: '{{ .PublishDate.Format "Jan 2" }}'