From 97f2564293d744eb8a5e05cd16cd5c6a501ee748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9DNyymix=E2=80=9D?= Date: Thu, 10 Apr 2025 17:45:15 +0300 Subject: [PATCH] Update templates to use CDN --- templates/404.html | 45 +++++++++++++++++++++++++------------------- templates/500.html | 46 ++++++++++++++++++++++++++------------------- templates/base.html | 9 +++------ 3 files changed, 56 insertions(+), 44 deletions(-) diff --git a/templates/404.html b/templates/404.html index e9b9117..3bdf8e9 100644 --- a/templates/404.html +++ b/templates/404.html @@ -1,26 +1,33 @@ - {% load static %} - - - 404 - Page not found - - - - - - + + + 404 - Page not found -
-
- -

404

-

Oops! The page you were looking for was not found.

- - Return to homepage - -
+ + + + + + + + + + + +
+
+ +

404

+

+ Sorry, we couldn’t find the page you were looking for.
+ You’ll be redirected to the homepage in a few seconds. +

+ + Return to homepage + +
diff --git a/templates/500.html b/templates/500.html index 624ceee..95ddbc3 100644 --- a/templates/500.html +++ b/templates/500.html @@ -1,26 +1,34 @@ - {% load static %} - - - 500 - Server Error - - - - - - + + + 500 - Server Error -
-
- -

500

-

Oops! Something went wrong with the server.

- - Return to homepage - -
+ + + + + + + + + + + + +
+
+ +

500

+

+ Oops! Something went wrong on our end.
+ We’re working to fix it — you’ll be redirected shortly. +

+ + Return to homepage + +
diff --git a/templates/base.html b/templates/base.html index 5dd5053..58e427f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -7,10 +7,8 @@ {{ site_config.site_head_title }} : {% block title %}{% endblock %} - - - + @@ -90,9 +88,8 @@ - - - + +