[sitemap] Remove whitespace

This commit is contained in:
Jesús 2019-09-23 23:11:02 -05:00
parent d81f06b3f8
commit 2dcae1179c
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -137,7 +137,7 @@ class SitemapGenerator(object):
if getattr(page, 'status', 'published') != 'published': if getattr(page, 'status', 'published') != 'published':
return return
if getattr(page, 'private', 'False') == 'True': if getattr(page, 'private', 'False') == 'True':
return return