diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-15 17:25:14 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-15 17:25:14 +0200 |
| commit | 7c8971eb481cea544987d4b9ddcb8064d9087766 (patch) | |
| tree | 1c343e46262013a223bd817aeef4c35c8c1d9996 /content/en | |
| parent | 231d29bf26820ca058dec57c06345943ca6dbbf2 (diff) | |
| download | danixxyz-7c8971eb481cea544987d4b9ddcb8064d9087766.tar.gz danixxyz-7c8971eb481cea544987d4b9ddcb8064d9087766.zip | |
Fix Hugo v0.160 compatibility: remove os.Getenv and fix template syntax
- 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>
Diffstat (limited to 'content/en')
| -rw-r--r-- | content/en/articles/_index.md | 0 | ||||
| -rw-r--r-- | content/en/is/here/index.md | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/content/en/articles/_index.md b/content/en/articles/_index.md new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/content/en/articles/_index.md diff --git a/content/en/is/here/index.md b/content/en/is/here/index.md new file mode 100644 index 0000000..171b4df --- /dev/null +++ b/content/en/is/here/index.md @@ -0,0 +1,6 @@ ++++ +title = "Talk to me" +date = "2023-02-28T18:12:43+01:00" +type = "page" ++++ + |
