Skip to content

Commit

Permalink
Disable fancy dates
Browse files Browse the repository at this point in the history
  • Loading branch information
vrusinov committed Sep 3, 2024
1 parent fa643d9 commit 1d582c0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@
"""

import time

from typing import List, Dict, Any, Callable

from typing import Any, Callable, Dict, List

# Data about this site
BLOG_AUTHOR = "V Rusinov" # (translatable)
Expand Down Expand Up @@ -212,7 +210,7 @@
# Used by babel.dates, CLDR style:
# http://cldr.unicode.org/translation/date-time
# You can also use 'full', 'long', 'medium', or 'short'
DATE_FORMAT = 'yyyy-MM-dd'
DATE_FORMAT = 'd MMM yyyy'

# Date format used to display post dates, if local dates are used.
# (translatable)
Expand All @@ -226,7 +224,7 @@
# 2 = using a string like “2 days ago”
#
# Your theme must support it, Bootstrap already does.
DATE_FANCINESS = 2
DATE_FANCINESS = 0

# Customize the locale/region used for a language.
# For example, to use British instead of US English: LOCALES = {'en': 'en_GB'}
Expand Down

0 comments on commit 1d582c0

Please sign in to comment.