mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2026-01-05 22:42:58 +00:00
refactor(locale): restore options for changing date format (#716)
This commit is contained in:
@@ -73,6 +73,13 @@ post:
|
||||
# pinned prompt of posts list on homepage
|
||||
pin_prompt: 핀
|
||||
|
||||
# Date time format.
|
||||
# See: <http://strftime.net/>, <https://day.js.org/docs/en/display/format>
|
||||
df:
|
||||
post:
|
||||
strftime: '%Y/%m/%d'
|
||||
dayjs: 'YYYY/MM/DD'
|
||||
|
||||
# categories page
|
||||
categories:
|
||||
category_measure: 카테고리
|
||||
|
||||
Reference in New Issue
Block a user