mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed Disqus integration being shown on 404 pages
This commit is contained in:
parent
e193d2f721
commit
5b1ee2ac98
@ -5,3 +5,4 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
<h1>404 - Not found</h1>
|
<h1>404 - Not found</h1>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
{% block disqus %}{% endblock %}
|
||||||
|
@ -22,7 +22,10 @@
|
|||||||
|
|
||||||
{% extends "main.html" %}
|
{% extends "main.html" %}
|
||||||
|
|
||||||
<!-- Content block -->
|
<!-- Content -->
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1>404 - Not found</h1>
|
<h1>404 - Not found</h1>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
<!-- Disqus integration -->
|
||||||
|
{% block disqus %}{% endblock %}
|
||||||
|
Loading…
Reference in New Issue
Block a user