check empty pagination save_as

This commit is contained in:
ᴇsᴛ 2019-04-02 08:43:41 +08:00 committed by GitHub
commit 6f0d072f55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -262,8 +262,9 @@ class Writer(object):
localcontext = _get_localcontext(
context, page.save_as, paginated_kwargs, relative_urls)
_write_file(template, localcontext, self.output_path,
page.save_as, override_output)
if page.save_as:
_write_file(template, localcontext, self.output_path,
page.save_as, override_output)
else:
# no pagination
localcontext = _get_localcontext(