mirror of
https://github.com/vale981/ablog
synced 2025-03-05 09:11:38 -05:00
fix-ish
This commit is contained in:
parent
a91c1ab8e2
commit
1464e539fe
1 changed files with 2 additions and 1 deletions
|
@ -394,7 +394,8 @@ class Post(BlogPageMixin):
|
|||
app = self._blog.app
|
||||
|
||||
revise_pending_xrefs(doctree, pagename)
|
||||
app.env.resolve_references(doctree, pagename, app.builder)
|
||||
# TODO: This should not be commented out, but it breaks it.
|
||||
#app.env.resolve_references(doctree, pagename, app.builder)
|
||||
|
||||
add_permalinks, app.builder.add_permalinks = (
|
||||
app.builder.add_permalinks, False)
|
||||
|
|
Loading…
Add table
Reference in a new issue