forked from github/pelican
Add a pages_generator_finalized signal.
I wrote a plugin that I'd like to also be able to run on pages in addition to articles. Adding this signal will let me update the content when a page is finished being generated.
This commit is contained in:
parent
d0b291e509
commit
de44644700
3 changed files with 4 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ get_generators generators invoked in Pelic
|
|||
generator in a tuple or in a list.
|
||||
pages_generate_context pages_generator, metadata
|
||||
pages_generator_init pages_generator invoked in the PagesGenerator.__init__
|
||||
pages_generator_finalized pages_generator invoked at the end of PagesGenerator.generate_context
|
||||
============================= ============================ ===========================================================================
|
||||
|
||||
The list is currently small, so don't hesitate to add signals and make a pull
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue