mirror of
https://github.com/getpelican/pelican.git
synced 2026-05-30 12:26:55 +02:00
Merge 459c41b9d6 into 3c69dc68d2
This commit is contained in:
commit
bb349ff0da
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue