Skip to content

Commit

Permalink
sanitize default IMAGE_FOLDERS output
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Apr 22, 2015
1 parent eaa30cb commit 6b6516f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.txt
Expand Up @@ -15,6 +15,7 @@ Features
Bugfixes
--------

* Make ``images`` the default output directory for IMAGE_FOLDERS
* Fix ``nikola check -l`` for absolute and full-path URL styles
(Issue #1650)
* Really add missing trailing slashes in ``BASE_URL`` (Issue #1651)
Expand Down
2 changes: 1 addition & 1 deletion nikola/conf.py.in
Expand Up @@ -436,7 +436,7 @@ REDIRECTIONS = ${REDIRECTIONS}
# to be visible on the site. The format is a dictionary of {source:
# relative destination}.
#
# IMAGE_FOLDERS = {'images': ''}
IMAGE_FOLDERS = {'images': 'images'}
# IMAGE_THUMBNAIL_SIZE = 400

# #############################################################################
Expand Down

0 comments on commit 6b6516f

Please sign in to comment.