diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-17 12:49:46 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-17 12:49:46 +0200 |
| commit | af5d4055cc830e7fb16786e53f9c1c97d00ea8fc (patch) | |
| tree | 9db191b20238cf305134117979ed7f2385f6d6c9 /content/it | |
| parent | 182d6da5bb6a7a2ee0703e91fddf0e3a24ffc74d (diff) | |
| download | danixxyz-af5d4055cc830e7fb16786e53f9c1c97d00ea8fc.tar.gz danixxyz-af5d4055cc830e7fb16786e53f9c1c97d00ea8fc.zip | |
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 <noreply@anthropic.com>
Diffstat (limited to 'content/it')
| -rw-r--r-- | content/it/404.md | 6 |
1 files changed, 0 insertions, 6 deletions
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 ---- |
