mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
flake compliance
This commit is contained in:
parent
aa5fc42a82
commit
e27a69230c
1 changed files with 2 additions and 2 deletions
|
|
@ -648,7 +648,7 @@ class ArticlesGenerator(CachingGenerator):
|
|||
all_drafts.append(article)
|
||||
elif article.status == "hidden":
|
||||
hidden_articles.append(article)
|
||||
|
||||
|
||||
self.add_source_path(article)
|
||||
self.add_static_links(article)
|
||||
|
||||
|
|
@ -689,7 +689,7 @@ class ArticlesGenerator(CachingGenerator):
|
|||
self.authors.sort()
|
||||
|
||||
self._update_context((
|
||||
'articles', 'drafts', 'hidden_articles',
|
||||
'articles', 'drafts', 'hidden_articles',
|
||||
'dates', 'tags', 'categories',
|
||||
'authors', 'related_posts'))
|
||||
self.save_cache()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue