Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed Disqus integration being shown on 404 pages
- Loading branch information
Showing
with
5 additions
and
1 deletion.
-
+1
−0
material/404.html
-
+4
−1
src/404.html
|
|
@@ -5,3 +5,4 @@ |
|
|
{% block content %} |
|
|
<h1>404 - Not found</h1> |
|
|
{% endblock %} |
|
|
{% block disqus %}{% endblock %} |
|
|
@@ -22,7 +22,10 @@ |
|
|
|
|
|
{% extends "main.html" %} |
|
|
|
|
|
<!-- Content block --> |
|
|
<!-- Content --> |
|
|
{% block content %} |
|
|
<h1>404 - Not found</h1> |
|
|
{% endblock %} |
|
|
|
|
|
<!-- Disqus integration --> |
|
|
{% block disqus %}{% endblock %} |