Skip to content

Commit 9992663

Browse files
committed
trying different overrides
1 parent ad3b48e commit 9992663

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

overrides/404.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<title>404</title>
55
{% endblock %}
66

7+
{% block content %}
78
Ooops! Something went wrong.
89

910
You can use the Search top right, or you can always create an issue in the

overrides/main.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{% extends "base.html" %}
22

3-
{% block extrahead %}
3+
{% block site_meta %}
4+
45
<!-- Fanart -->
56
{% include 'fanart.md' %}
67
<!-- Fanart -->
8+
79
{{ super() }}
810
{% endblock %}

0 commit comments

Comments
 (0)