Skip to content

Commit

Permalink
Added extension pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Jan 16, 2022
1 parent 749c19c commit 2231aab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/setup/adding-a-comment-system.md
Expand Up @@ -51,7 +51,9 @@ In order to integrate [Giscus], follow the guide on [theme extension] and
[override the `content` block][overriding blocks], extending the default by
calling the `super()` function at the beginning of the block:

``` html hl_lines="6"
``` html hl_lines="8"
{% extends "base.html" %}

{% block content %}
{{ super() }}

Expand Down

0 comments on commit 2231aab

Please sign in to comment.