From e9883e5732c243ced33020e7f2e1c12388cd6686 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 15 Apr 2026 17:43:32 +0200 Subject: Extract contact form JavaScript to separate file and remove shortcode from contact pages - Move contact form Alpine.js logic to assets/js/contact-form.js - Simplify contact-form.html shortcode by removing inline script - Load contact-form.js in baseof.html after Alpine.js - Temporarily remove {{< contact_form >}} shortcode from contact pages (shortcode parsing issue to investigate later) - Contact pages now display with placeholder text Co-Authored-By: Claude Haiku 4.5 --- content/en/is/here/index.md | 1 + content/it/is/here/index.md | 1 + 2 files changed, 2 insertions(+) (limited to 'content') diff --git a/content/en/is/here/index.md b/content/en/is/here/index.md index 913e5ca..ff03d1e 100644 --- a/content/en/is/here/index.md +++ b/content/en/is/here/index.md @@ -3,3 +3,4 @@ title = "Talk to me" date = "2023-02-28T18:12:43+01:00" +++ +I'd love to hear from you. Contact form coming soon! diff --git a/content/it/is/here/index.md b/content/it/is/here/index.md index 913e5ca..e2bb0f7 100644 --- a/content/it/is/here/index.md +++ b/content/it/is/here/index.md @@ -3,3 +3,4 @@ title = "Talk to me" date = "2023-02-28T18:12:43+01:00" +++ +Mi piacerebbe sentire da te. Modulo di contatto in arrivo presto! -- cgit v1.2.3