summaryrefslogtreecommitdiffstats
path: root/themes/danix-xyz-hacker/layouts/_default/404.html
AgeCommit message (Collapse)AuthorFilesLines
2026-04-17fix: use content-based 404 pages with proper language contextDanilo M.1-0/+155
Created language-specific 404 content pages (content/en/404.md and content/it/404.md) that Hugo renders with the correct language context. Updated redirect rules and created _default/404.html layout that uses i18n properly. Now .Lang is set correctly for translation strings. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>