Skip to content

Commit 2231aab

Browse files
committed
Added extension pragma
1 parent 749c19c commit 2231aab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/setup/adding-a-comment-system.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ In order to integrate [Giscus], follow the guide on [theme extension] and
5151
[override the `content` block][overriding blocks], extending the default by
5252
calling the `super()` function at the beginning of the block:
5353

54-
``` html hl_lines="6"
54+
``` html hl_lines="8"
55+
{% extends "base.html" %}
56+
5557
{% block content %}
5658
{{ super() }}
5759

0 commit comments

Comments
 (0)