From 02022c278beff8e11b9a604ddcb9c6628702c6af Mon Sep 17 00:00:00 2001 From: Chris Camel Date: Tue, 2 Jun 2020 15:29:23 +0200 Subject: [PATCH] add reCaptcha parts in form --- samples/hugo-partial-contact-form.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/samples/hugo-partial-contact-form.html b/samples/hugo-partial-contact-form.html index 81f87e8..45da82d 100644 --- a/samples/hugo-partial-contact-form.html +++ b/samples/hugo-partial-contact-form.html @@ -3,6 +3,9 @@
Please fill in the form to submit your request
+
@@ -15,7 +18,7 @@
- {{ if in .Params.tags "contact" }} + {{ if in .Params.tags "contact" }}
@@ -25,12 +28,15 @@
- {{ else }} + {{ else }}
{{ end }} +