summaryrefslogtreecommitdiffstats
path: root/content/it/articles/_index.md
AgeCommit message (Collapse)AuthorFilesLines
8 daysfix: populate italian articles section index to restore breadcrumbDanilo M.1-0/+5
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-15Fix Hugo v0.160 compatibility: remove os.Getenv and fix template syntaxDanilo M.1-0/+0
- Remove os.Getenv("THEME") call that violates security policy - Use CSS variables and data attributes for theme-aware badge colors - Update theme-toggle.js to update badge colors on theme switch - Fix .LastMod → .Lastmod (correct API) - Fix template syntax for date comparison in article-header.html Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>