forked from github/pelican
Change RELATIVE_URLS default to False - Fixes #829
This commit is contained in:
parent
679d4aa801
commit
0a8678a8ae
36 changed files with 478 additions and 472 deletions
|
|
@ -20,3 +20,6 @@ SOCIAL = (('You can add links in your config file', '#'),
|
|||
('Another social link', '#'),)
|
||||
|
||||
DEFAULT_PAGINATION = $default_pagination
|
||||
|
||||
# Uncomment following line if you want document-relative URLs when developing
|
||||
#RELATIVE_URLS = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue