mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
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
|
|
@ -89,7 +89,7 @@ class Writer(object):
|
|||
finally:
|
||||
locale.setlocale(locale.LC_ALL, old_locale)
|
||||
|
||||
def write_file(self, name, template, context, relative_urls=True,
|
||||
def write_file(self, name, template, context, relative_urls=False,
|
||||
paginated=None, **kwargs):
|
||||
"""Render the template and write the file.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue