summaryrefslogtreecommitdiffstats
path: root/themes/danix-xyz-hacker/layouts/it
AgeCommit message (Collapse)AuthorFilesLines
2026-04-17Revert "fix: use language-specific 404 layouts for proper i18n support"Danilo M.1-151/+0
This reverts commit 94a11324999f07feff138364633e8442947b628a.
2026-04-17fix: use language-specific 404 layouts for proper i18n supportDanilo M.1-0/+151
Created separate 404.html layouts in themes/danix-xyz-hacker/layouts/it/ and themes/danix-xyz-hacker/layouts/en/ with hardcoded language-specific links. Hugo automatically routes language requests to the correct layout, enabling proper i18n context and translations. Removed generic 404.html and all JavaScript detection hacks. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>