Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6b6516f

Browse files
committedApr 22, 2015
sanitize default IMAGE_FOLDERS output
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
1 parent eaa30cb commit 6b6516f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎CHANGES.txt

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Features
1515
Bugfixes
1616
--------
1717

18+
* Make ``images`` the default output directory for IMAGE_FOLDERS
1819
* Fix ``nikola check -l`` for absolute and full-path URL styles
1920
(Issue #1650)
2021
* Really add missing trailing slashes in ``BASE_URL`` (Issue #1651)

‎nikola/conf.py.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ REDIRECTIONS = ${REDIRECTIONS}
436436
# to be visible on the site. The format is a dictionary of {source:
437437
# relative destination}.
438438
#
439-
# IMAGE_FOLDERS = {'images': ''}
439+
IMAGE_FOLDERS = {'images': 'images'}
440440
# IMAGE_THUMBNAIL_SIZE = 400
441441

442442
# #############################################################################

0 commit comments

Comments
 (0)
Please sign in to comment.