From af5d4055cc830e7fb16786e53f9c1c97d00ea8fc Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 17 Apr 2026 12:49:46 +0200 Subject: fix: implement proper language-specific 404 layouts Created 404.en.html and 404.it.html in themes/danix-xyz-hacker/layouts/ following Hugo's standard pattern for language-specific templates. Each layout uses i18n for translations and links to the correct language-specific sections. Hugo automatically selects the correct template based on request language. Co-Authored-By: Claude Haiku 4.5 --- content/it/404.md | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 content/it/404.md (limited to 'content/it') diff --git a/content/it/404.md b/content/it/404.md deleted file mode 100644 index 0ef9769..0000000 --- a/content/it/404.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "404" -url: "404.html" -outputs: - - html ---- -- cgit v1.2.3