mirror of
https://github.com/vale981/ablog
synced 2025-03-05 17:21:38 -05:00
Fixed typo.
This commit is contained in:
parent
f58e4319b1
commit
aa247726d9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue