We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4391663 commit 64ce2b4Copy full SHA for 64ce2b4
CHANGES.txt
@@ -8,6 +8,14 @@ Features
8
9
* Don’t generate gallery index if the destination directory is
10
site root and it would conflict with blog index (Issue #3133)
11
+* ``base`` and ``base-jinja`` templates now support updated
12
+ timestamp fields in posts. The update time, if it is specified and
13
+ different from the posting time will be displayed as
14
+ "{postDate} updated {updateDate}". If no update time is specified, the
15
+ posting time will be displayed alone.
16
+* ``base`` and ``base-jinja`` templates now support the ``DATE_FANCINESS``
17
+ parameter in ``conf.py``. If ``DATE_FANCINESS == 0``, the additional
18
+ JavaScript dependencies will **not** be pulled in.
19
20
Bugfixes
21
--------
0 commit comments