From 2231aabaa7de0f3726d265c4f7d57d56fa9c5e16 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sun, 16 Jan 2022 12:57:06 +0100 Subject: [PATCH] Added extension pragma --- docs/setup/adding-a-comment-system.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/setup/adding-a-comment-system.md b/docs/setup/adding-a-comment-system.md index ee4898ecf..a86ade118 100644 --- a/docs/setup/adding-a-comment-system.md +++ b/docs/setup/adding-a-comment-system.md @@ -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() }}