From a3d81d5a1a57a905758b26d9abc1e918eaa39237 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 17 Apr 2026 12:03:21 +0200 Subject: Revert "fix: use language-specific 404 layouts for proper i18n support" This reverts commit 94a11324999f07feff138364633e8442947b628a. --- themes/danix-xyz-hacker/layouts/404.html | 156 +++++++++++++++++++++++++++++++ 1 file changed, 156 insertions(+) create mode 100644 themes/danix-xyz-hacker/layouts/404.html (limited to 'themes/danix-xyz-hacker/layouts/404.html') diff --git a/themes/danix-xyz-hacker/layouts/404.html b/themes/danix-xyz-hacker/layouts/404.html new file mode 100644 index 0000000..341f90b --- /dev/null +++ b/themes/danix-xyz-hacker/layouts/404.html @@ -0,0 +1,156 @@ +{{ define "main" }} + + + + + + + +
+
+
+ +

+ 404 +

+ + +

+ {{ i18n "notFound" }} +

+ +

+ {{ i18n "notFoundMessage" }} +

+ + +
+
+ + +
+
+ +
+
+ {{ i18n "noSearchResults" }} +
+
+ + +
+

{{ i18n "recentArticles" }}

+
+ {{ range first 5 (where .Site.RegularPages "Section" "articles") }} + + {{ end }} +
+
+ + + + + +
+ +
+ + +
+ +
+ + +
+

{{ i18n "easterEggTitle" }}

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