From e77051ccc4b47951bfa4fde2be436b1bb2fb113b Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 28 Apr 2024 17:33:09 +0200 Subject: use https://github.com/nunocoracao/blowfish.git --- themes/blowfish/layouts/404.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 themes/blowfish/layouts/404.html (limited to 'themes/blowfish/layouts/404.html') diff --git a/themes/blowfish/layouts/404.html b/themes/blowfish/layouts/404.html new file mode 100644 index 0000000..e73c98c --- /dev/null +++ b/themes/blowfish/layouts/404.html @@ -0,0 +1,9 @@ +{{ define "main" }} +

{{ i18n "error.404_title" | emojify }}

+

+ {{ i18n "error.404_error" | emojify }} +

+
+

{{ i18n "error.404_description" | emojify }}

+
+{{ end }} -- cgit v1.2.3