From a2fc878a3165bbf5473abeba2c8c275f3ef678f4 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Mon, 9 May 2022 09:17:56 +0200 Subject: [PATCH] Fix: 4 try to fix contact form for netlify form --- layouts/index.html | 4 +- layouts/partials/contact_2.html | 115 ++++++++++++++++++++++++++++++++ 2 files changed, 118 insertions(+), 1 deletion(-) create mode 100644 layouts/partials/contact_2.html diff --git a/layouts/index.html b/layouts/index.html index c474904..229232f 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -12,6 +12,8 @@ {{ partial "blog.html" . }} -{{ partial "contact.html" . }} +{{/* {{ partial "contact.html" . }} */}} + +{{ partial "contact_2.html" . }} {{ end }} \ No newline at end of file diff --git a/layouts/partials/contact_2.html b/layouts/partials/contact_2.html new file mode 100644 index 0000000..e27456c --- /dev/null +++ b/layouts/partials/contact_2.html @@ -0,0 +1,115 @@ +
+
+
+ +
+
+

Contact Me

+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+
+
+ Message could not be send due to captcha not loadable. Please contact us at mail@example.com. +
+
+ Message could not be send. Please contact us at mail@example.com. +
+ + {{/*
+ +
+ +
*/}} + +
+
+ + +
+
+
+
+
+
\ No newline at end of file