Change RELATIVE_URLS default to False - Fixes #829

This commit is contained in:
Justin Mayer 2013-04-11 12:15:18 -07:00
commit 0a8678a8ae
36 changed files with 478 additions and 472 deletions

View file

@ -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.