From 5108b5bf631c172efc00badaea512ded874ebb14 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 15 Apr 2026 17:46:10 +0200 Subject: Fix contact form shortcode: rename from contact-form.html to contact.html MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- content/en/is/here/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'content/en/is/here') diff --git a/content/en/is/here/index.md b/content/en/is/here/index.md index ff03d1e..ac68cab 100644 --- a/content/en/is/here/index.md +++ b/content/en/is/here/index.md @@ -3,4 +3,6 @@ title = "Talk to me" date = "2023-02-28T18:12:43+01:00" +++ -I'd love to hear from you. Contact form coming soon! +I'd love to hear from you. Please fill out the form below. + +{{< contact >}} -- cgit v1.2.3