mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01: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
|
||||
calling the `super()` function at the beginning of the block:
|
||||
|
||||
``` html hl_lines="6"
|
||||
``` html hl_lines="8"
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
{{ super() }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user