chore: Get rid of hosting config variable
This commit is contained in:
@ -31,8 +31,6 @@ animated_favicon = false
|
||||
# see https://docs.rs/chrono/0.4.31/chrono/format/strftime/index.html
|
||||
# for all available variables.
|
||||
date_format = "%d %B %Y"
|
||||
# The name of the Git forge the site's source code is hosted on, used on the 404 page
|
||||
hosting = "Forgejo"
|
||||
# URL to issue tracker
|
||||
issues_url = "https://git.exozy.me/daudix/duckquill/issues"
|
||||
# URL to website's source code
|
||||
|
@ -3,9 +3,9 @@
|
||||
{% block content %}
|
||||
<img src="{{ get_url(path='404.png') }}" class="full pixels transparent no-hover" />
|
||||
|
||||
<h1>Document Not Found</h1>
|
||||
<h1>Page Not Found</h1>
|
||||
|
||||
<p>The requested page could not be found. If you feel this is not normal, then you create an issue on the {{ config.extra.hosting }}.</p>
|
||||
<p>The requested page could not be found. If you feel this is not normal, then you create an issue on our issue tracker</p>
|
||||
|
||||
<p class="dialog-buttons">
|
||||
<a onclick="window.history.go(-1)" class="inline-button">Go Back</a>
|
||||
|
Reference in New Issue
Block a user