We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e193d2f commit 5b1ee2aCopy full SHA for 5b1ee2a
material/404.html
@@ -5,3 +5,4 @@
5
{% block content %}
6
<h1>404 - Not found</h1>
7
{% endblock %}
8
+{% block disqus %}{% endblock %}
src/404.html
@@ -22,7 +22,10 @@
22
23
{% extends "main.html" %}
24
25
-<!-- Content block -->
+<!-- Content -->
26
27
28
29
+
30
+<!-- Disqus integration -->
31
0 commit comments