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/it/404.html | 151 ---------------------------- 1 file changed, 151 deletions(-) delete mode 100644 themes/danix-xyz-hacker/layouts/it/404.html (limited to 'themes/danix-xyz-hacker/layouts/it/404.html') diff --git a/themes/danix-xyz-hacker/layouts/it/404.html b/themes/danix-xyz-hacker/layouts/it/404.html deleted file mode 100644 index 805b19a..0000000 --- a/themes/danix-xyz-hacker/layouts/it/404.html +++ /dev/null @@ -1,151 +0,0 @@ -{{ 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