Update article_generate_context to article_generator_context
getpelican/pelican@f2d6f77462 changed `article_generate_context` to `article_generator_context`. This commit updates the plugin to reflect the change.
This commit is contained in:
@@ -44,5 +44,5 @@ def register():
|
||||
"""
|
||||
Plugin registration
|
||||
"""
|
||||
signals.article_generate_context.connect(addLatex)
|
||||
signals.article_generator_context.connect(addLatex)
|
||||
signals.pages_generate_context.connect(addLatex)
|
||||
|
||||
Reference in New Issue
Block a user