We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749c19c commit 2231aabCopy full SHA for 2231aab
docs/setup/adding-a-comment-system.md
@@ -51,7 +51,9 @@ In order to integrate [Giscus], follow the guide on [theme extension] and
51
[override the `content` block][overriding blocks], extending the default by
52
calling the `super()` function at the beginning of the block:
53
54
-``` html hl_lines="6"
+``` html hl_lines="8"
55
+{% extends "base.html" %}
56
+
57
{% block content %}
58
{{ super() }}
59
0 commit comments