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. + + + + Message can not be send with javascript disabled. Please contact us at mail@example.com. + + + {{/* + + + + + + + + + + + + + + + + + */}} + Send Message + + + + + + Thank you for contacting us + Return + + + + + + + \ No newline at end of file