]> danix's work - danix.xyz-2.git/commit
Fix contact form shortcode: rename from contact-form.html to contact.html
authorDanilo M. <redacted>
Wed, 15 Apr 2026 15:46:10 +0000 (17:46 +0200)
committerDanilo M. <redacted>
Wed, 15 Apr 2026 15:46:10 +0000 (17:46 +0200)
commit5108b5bf631c172efc00badaea512ded874ebb14
treecdadea8d738f3498c3dbb824e80ebf1c6947efb6
parente9883e5732c243ced33020e7f2e1c12388cd6686
Fix contact form shortcode: rename from contact-form.html to contact.html

Problem: Hugo v0.160 doesn't find shortcode as 'contact_form' when filename is contact-form.html
Solution: Rename to contact.html so shortcode is {{< contact >}}

- Rename shortcodes/contact-form.html → contact.html
- Update contact pages to use {{< contact >}} shortcode
- Remove unused dict initialization line from contact shortcode
- Contact form now works on both English and Italian contact pages

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