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 ad3b48e commit 9992663Copy full SHA for 9992663
overrides/404.html
@@ -4,6 +4,7 @@
4
<title>404</title>
5
{% endblock %}
6
7
+{% block content %}
8
Ooops! Something went wrong.
9
10
You can use the Search top right, or you can always create an issue in the
overrides/main.html
@@ -1,8 +1,10 @@
1
{% extends "base.html" %}
2
3
-{% block extrahead %}
+{% block site_meta %}
+
<!-- Fanart -->
{% include 'fanart.md' %}
{{ super() }}
0 commit comments