This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 6b6516f
1 parent eaa30cb commit 6b6516f Copy full SHA for 6b6516f
File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Features
15
15
Bugfixes
16
16
--------
17
17
18
+ * Make ``images`` the default output directory for IMAGE_FOLDERS
18
19
* Fix ``nikola check -l`` for absolute and full-path URL styles
19
20
(Issue #1650)
20
21
* Really add missing trailing slashes in ``BASE_URL`` (Issue #1651)
Original file line number Diff line number Diff line change @@ -436,7 +436,7 @@ REDIRECTIONS = ${REDIRECTIONS}
436
436
# to be visible on the site. The format is a dictionary of {source:
437
437
# relative destination}.
438
438
#
439
- # IMAGE_FOLDERS = {'images': ''}
439
+ IMAGE_FOLDERS = {'images': 'images '}
440
440
# IMAGE_THUMBNAIL_SIZE = 400
441
441
442
442
# #############################################################################
You can’t perform that action at this time.
0 commit comments