From 212fd71c3f0a6f1d41e0d4d0fea988fd5c55e33b Mon Sep 17 00:00:00 2001 From: daudix-UFO Date: Sun, 5 Nov 2023 19:28:21 +0300 Subject: [PATCH] chore: Get rid of hosting config variable --- config.toml | 2 -- templates/404.html | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/config.toml b/config.toml index 9e710ad..cc93deb 100644 --- a/config.toml +++ b/config.toml @@ -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 diff --git a/templates/404.html b/templates/404.html index 1aea73c..9f9a19c 100644 --- a/templates/404.html +++ b/templates/404.html @@ -3,9 +3,9 @@ {% block content %} -

Document Not Found

+

Page Not Found

-

The requested page could not be found. If you feel this is not normal, then you create an issue on the {{ config.extra.hosting }}.

+

The requested page could not be found. If you feel this is not normal, then you create an issue on our issue tracker

Go Back