From 2dcae1179c98666e888089dcc1d7d84f36321088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 23 Sep 2019 23:11:02 -0500 Subject: [PATCH] [sitemap] Remove whitespace --- plugins/sitemap/sitemap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/sitemap/sitemap.py b/plugins/sitemap/sitemap.py index 364c700..0cf7227 100644 --- a/plugins/sitemap/sitemap.py +++ b/plugins/sitemap/sitemap.py @@ -137,7 +137,7 @@ class SitemapGenerator(object): if getattr(page, 'status', 'published') != 'published': return - + if getattr(page, 'private', 'False') == 'True': return