Skip to content

Commit fc41b46

Browse files
authored
Fix links to CLDR date format documentation
1 parent db843db commit fc41b46

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: nikola/conf.py.in

+3-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,9 @@ TIMEZONE = ${TIMEZONE}
195195
# FORCE_ISO8601 = False
196196

197197
# Date format used to display post dates. (translatable)
198-
# Used by babel.dates, CLDR style: http://cldr.unicode.org/translation/date-time-1/date-time
198+
# Used by babel.dates, CLDR style..
199+
# https://cldr.unicode.org/translation/date-time/date-time-symbols
200+
# https://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table
199201
# You can also use 'full', 'long', 'medium', or 'short'
200202
# DATE_FORMAT = 'yyyy-MM-dd HH:mm'
201203

0 commit comments

Comments
 (0)