From 0c9c5bc15caa6ebd9d5fa3227aaa62c761956109 Mon Sep 17 00:00:00 2001
From: rohith22 <rohith22@users.noreply.github.com>
Date: Sat, 09 Oct 2021 15:46:32 +0000
Subject: [PATCH] feat: Added Formspree spam filtering (#259)

---
 layouts/partials/contact.html |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/layouts/partials/contact.html b/layouts/partials/contact.html
index e7a0b68..6589869 100644
--- a/layouts/partials/contact.html
+++ b/layouts/partials/contact.html
@@ -15,7 +15,10 @@
         <textarea class="field-style" name="message" id="message" rows="6" placeholder="{{ i18n "message" }}"></textarea>
       </li>
       <li>
-        <input class="field-style" type="submit" value="{{ i18n "send" }}"></input>
+        <input class="field-style" type="submit" value="{{ i18n "send" }}" />
+      </li>
+      <li>
+        <input type="text" name="_gotcha" style="display:none" />
       </li>
     </ul>
   </form>

--
Gitblit v1.10.0