Skip to content
Permalink
Browse files

Fixed Disqus integration being shown on 404 pages

  • Loading branch information
squidfunk committed Jan 9, 2021
1 parent e193d2f commit 5b1ee2ac98a42afa57e4709b59b43cb9b67f1899
Showing with 5 additions and 1 deletion.
  1. +1 −0 material/404.html
  2. +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 %}

0 comments on commit 5b1ee2a

Please sign in to comment.