]> danix's work - danix.xyz-2.git/commit
fix: implement proper language-specific 404 layouts
authorDanilo M. <redacted>
Fri, 17 Apr 2026 10:49:46 +0000 (12:49 +0200)
committerDanilo M. <redacted>
Fri, 17 Apr 2026 10:49:46 +0000 (12:49 +0200)
commitaf5d4055cc830e7fb16786e53f9c1c97d00ea8fc
tree9db191b20238cf305134117979ed7f2385f6d6c9
parent182d6da5bb6a7a2ee0703e91fddf0e3a24ffc74d
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 <redacted>
content/en/404.md [deleted file]
content/it/404.md [deleted file]
themes/danix-xyz-hacker/layouts/404.en.html [moved from themes/danix-xyz-hacker/layouts/_default/404.html with 92% similarity]
themes/danix-xyz-hacker/layouts/404.it.html [new file with mode: 0644]