Skip to content

Commit 5b1ee2a

Browse files
committed
Fixed Disqus integration being shown on 404 pages
1 parent e193d2f commit 5b1ee2a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

material/404.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
{% block content %}
66
<h1>404 - Not found</h1>
77
{% endblock %}
8+
{% block disqus %}{% endblock %}

src/404.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@
2222

2323
{% extends "main.html" %}
2424

25-
<!-- Content block -->
25+
<!-- Content -->
2626
{% block content %}
2727
<h1>404 - Not found</h1>
2828
{% endblock %}
29+
30+
<!-- Disqus integration -->
31+
{% block disqus %}{% endblock %}

0 commit comments

Comments
 (0)