Skip to content

Commit

Permalink
trying different overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
niden committed Jan 15, 2025
1 parent ad3b48e commit 9992663
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions overrides/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<title>404</title>
{% endblock %}

{% block content %}
Ooops! Something went wrong.

You can use the Search top right, or you can always create an issue in the
Expand Down
4 changes: 3 additions & 1 deletion overrides/main.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{% extends "base.html" %}

{% block extrahead %}
{% block site_meta %}

<!-- Fanart -->
{% include 'fanart.md' %}
<!-- Fanart -->

{{ super() }}
{% endblock %}

0 comments on commit 9992663

Please sign in to comment.