Merge pull request #1593 from iKevinY/clarify-setting-types

Change the documented type of various settings
This commit is contained in:
Justin Mayer 2015-02-17 10:41:07 -08:00
commit ca0477c62f
6 changed files with 20 additions and 21 deletions

View file

@ -26,7 +26,7 @@ SOCIAL = (('twitter', 'http://twitter.com/ametaireau'),
('github', 'http://github.com/ametaireau'),)
# global metadata to all the contents
DEFAULT_METADATA = (('yeah', 'it is'),)
DEFAULT_METADATA = {'yeah': 'it is'}
# path-specific metadata
EXTRA_PATH_METADATA = {