forked from github/pelican
Merge pull request #3280 from MinchinWeb/summary-links
This commit is contained in:
commit
960aee5907
2 changed files with 15 additions and 9 deletions
|
|
@ -127,12 +127,15 @@ class Pelican:
|
|||
if hasattr(p, "generate_context"):
|
||||
p.generate_context()
|
||||
|
||||
# for plugins that create/edit the summary
|
||||
logger.debug("Signal all_generators_finalized.send(<generators>)")
|
||||
signals.all_generators_finalized.send(generators)
|
||||
|
||||
# update links in the summary, etc
|
||||
for p in generators:
|
||||
if hasattr(p, "refresh_metadata_intersite_links"):
|
||||
p.refresh_metadata_intersite_links()
|
||||
|
||||
signals.all_generators_finalized.send(generators)
|
||||
|
||||
writer = self._get_writer()
|
||||
|
||||
for p in generators:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue