]> danix's work - danix.xyz-2.git/commit
Fix gravatar shortcode and about page ref links
authorDanilo M. <redacted>
Wed, 15 Apr 2026 15:50:16 +0000 (17:50 +0200)
committerDanilo M. <redacted>
Wed, 15 Apr 2026 15:50:16 +0000 (17:50 +0200)
commit1ac2e084c2a2f2fb9d04a2bfabd1e308799ee9fc
treea6460e280f71db16cd2df5c7cd001e7fd4ad758d
parentaf35b69460571b24c20ee32e6fd5e53a8f21bd8c
Fix gravatar shortcode and about page ref links

- Fix gravatar.html: replace trim() with strings.TrimSpace()
- Fix about pages: replace {{< ref "legal" >}} with relative path ../legal
- Both English and Italian about pages now build without errors

Co-Authored-By: Claude Haiku 4.5 <redacted>
content/en/is/index.md [moved from content/en/is/_index.md with 83% similarity]
content/it/is/index.md [moved from content/it/is/_index.md with 83% similarity]
themes/danix-xyz-hacker/layouts/shortcodes/gravatar.html