Fixed Disqus integration being shown on 404 pages

This commit is contained in:
squidfunk 2021-01-09 13:14:42 +01:00
parent e193d2f721
commit 5b1ee2ac98
2 changed files with 5 additions and 1 deletions

View File

@ -5,3 +5,4 @@
{% block content %}
<h1>404 - Not found</h1>
{% endblock %}
{% block disqus %}{% endblock %}

View File

@ -22,7 +22,10 @@
{% extends "main.html" %}
<!-- Content block -->
<!-- Content -->
{% block content %}
<h1>404 - Not found</h1>
{% endblock %}
<!-- Disqus integration -->
{% block disqus %}{% endblock %}