From 7c8971eb481cea544987d4b9ddcb8064d9087766 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 15 Apr 2026 17:25:14 +0200 Subject: Fix Hugo v0.160 compatibility: remove os.Getenv and fix template syntax MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- content/it/articles/_index.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 content/it/articles/_index.md (limited to 'content/it/articles/_index.md') diff --git a/content/it/articles/_index.md b/content/it/articles/_index.md new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3