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:
Talha Mansoor
2013-08-11 02:14:54 +05:00
parent 1b2edca2dd
commit d3495d0249
6 changed files with 6 additions and 6 deletions

View File

@@ -172,4 +172,4 @@ def expand_gallery(generator, metadata):
def register():
signals.finalized.connect(resize_thumbnails)
signals.article_generate_context.connect(expand_gallery)
signals.article_generator_context.connect(expand_gallery)