mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Added extension pragma
This commit is contained in:
parent
749c19c4bc
commit
2231aabaa7
@ -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
|
[override the `content` block][overriding blocks], extending the default by
|
||||||
calling the `super()` function at the beginning of the block:
|
calling the `super()` function at the beginning of the block:
|
||||||
|
|
||||||
``` html hl_lines="6"
|
``` html hl_lines="8"
|
||||||
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{{ super() }}
|
{{ super() }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user