diff --git a/material/404.html b/material/404.html index ae765c44c..592b67a07 100644 --- a/material/404.html +++ b/material/404.html @@ -5,3 +5,4 @@ {% block content %}

404 - Not found

{% endblock %} +{% block disqus %}{% endblock %} diff --git a/src/404.html b/src/404.html index 903f98e5a..4ba803457 100644 --- a/src/404.html +++ b/src/404.html @@ -22,7 +22,10 @@ {% extends "main.html" %} - + {% block content %}

404 - Not found

{% endblock %} + + +{% block disqus %}{% endblock %}