diff options
| -rw-r--r-- | content/en/is/here/index.md | 4 | ||||
| -rw-r--r-- | content/it/is/here/index.md | 6 | ||||
| -rw-r--r-- | themes/danix-xyz-hacker/layouts/shortcodes/contact.html (renamed from themes/danix-xyz-hacker/layouts/shortcodes/contact-form.html) | 2 |
3 files changed, 7 insertions, 5 deletions
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 >}} diff --git a/content/it/is/here/index.md b/content/it/is/here/index.md index e2bb0f7..802cec4 100644 --- a/content/it/is/here/index.md +++ b/content/it/is/here/index.md @@ -1,6 +1,8 @@ +++ -title = "Talk to me" +title = "Parlami" date = "2023-02-28T18:12:43+01:00" +++ -Mi piacerebbe sentire da te. Modulo di contatto in arrivo presto! +Mi piacerebbe sentire da te. Per favore, compila il modulo sottostante. + +{{< contact >}} diff --git a/themes/danix-xyz-hacker/layouts/shortcodes/contact-form.html b/themes/danix-xyz-hacker/layouts/shortcodes/contact.html index 6dbdb2d..6c5748f 100644 --- a/themes/danix-xyz-hacker/layouts/shortcodes/contact-form.html +++ b/themes/danix-xyz-hacker/layouts/shortcodes/contact.html @@ -1,5 +1,3 @@ -{{- $contactFormData := dict -}} - <form id="contact-form" x-data="contactForm()" @submit.prevent="submitContactForm" class="space-y-6"> <!-- Name Field --> <div> |
