Fixed typo.

This commit is contained in:
Ahmet Bakan 2015-09-14 21:34:45 -07:00
parent f58e4319b1
commit aa247726d9

View file

@ -33,7 +33,7 @@ def builder_support(builder):
def html_page_context(app, pagename, templatename, context, doctree):
if build_support(app):
if builder_support(app):
context['ablog'] = Blog(app)
context['anchor'] = anchor