Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Robpol86 committed Sep 29, 2024
1 parent c95f277 commit 3c450c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions robpol86_com/html_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ def override_disqus_identifier(app: Sphinx, pagename: str, templatename: str, co
if not title_node:
return
page_title = title_node.astext()
ablog_instance: Blog = context["ablog"]
ablog_instance.page_id = lambda *_: page_title
ablog: Blog = context["ablog"]
ablog.page_id = lambda *_: page_title


def setup(app: Sphinx):
Expand Down

0 comments on commit 3c450c3

Please sign in to comment.