mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Merge pull request #1593 from iKevinY/clarify-setting-types
Change the documented type of various settings
This commit is contained in:
commit
ca0477c62f
6 changed files with 20 additions and 21 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue