This commit is contained in:
Eklavya Sharma 2026-05-07 19:58:55 -05:00 committed by GitHub
commit bb349ff0da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -667,7 +667,7 @@ class ArticlesGenerator(CachingGenerator):
self.get_template(draft.template),
self.context,
article=draft,
category=draft.category,
category=getattr(draft, "category", None),
override_output=hasattr(draft, "override_save_as"),
blog=True,
all_articles=self.articles,