From 62127abf9faad60e7dc0b40514537247d2beeddd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ml=C3=A1dek?= Date: Fri, 24 Apr 2026 14:12:21 +0200 Subject: [PATCH] This is the greatest thing I have ever seen. - Me --- templates/404.html | 2 +- templates/base.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/404.html b/templates/404.html index 8d8d8c9..75bd9ad 100644 --- a/templates/404.html +++ b/templates/404.html @@ -7,5 +7,5 @@

404 - Page Not Found

It seems you've wandered off the beaten digital path.

Perhaps a quantum fluctuation, or maybe the page just packed up and left without a forwarding address.

-

No worries, you can always navigate back to the /home/ and try again.

+

No worries, you can always navigate back to the /home/ and try again.

{% endblock content %} diff --git a/templates/base.html b/templates/base.html index 22c7474..3549a50 100644 --- a/templates/base.html +++ b/templates/base.html @@ -49,7 +49,7 @@ {% set root_section = get_section(path="_index.md") %}