mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fix a typo in the docs
getpelican/pelican@f2d6f77462 changed `article_generate_context` to `article_generator_context`. This commit updates the docs to reflect the change.
This commit is contained in:
parent
f2aef81c96
commit
b0a13a851c
1 changed files with 2 additions and 2 deletions
|
|
@ -72,8 +72,8 @@ finalized pelican object invoked after al
|
|||
- notify/ping search engines with an updated sitemap.
|
||||
generator_init generator invoked in the Generator.__init__
|
||||
readers_init readers invoked in the Readers.__init__
|
||||
article_generate_context article_generator, metadata
|
||||
article_generate_preread article_generator invoked before a article is read in ArticlesGenerator.generate_context;
|
||||
article_generator_context article_generator, metadata
|
||||
article_generator_preread article_generator invoked before a article is read in ArticlesGenerator.generate_context;
|
||||
use if code needs to do something before every article is parsed
|
||||
article_generator_init article_generator invoked in the ArticlesGenerator.__init__
|
||||
article_generator_finalized article_generator invoked at the end of ArticlesGenerator.generate_context
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue