Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/funkydan2/alpha-church.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsjloregonwi <52510722+sjloregonwi@users.noreply.github.com>2019-07-09 08:38:13 +0300
committerDaniel Saunders <10623666+funkydan2@users.noreply.github.com>2019-07-09 08:38:13 +0300
commite04873db2d36bf73ead1de4cd1dd887b0313cd71 (patch)
tree7223aa048afd9328b1b49880818fdcacc223ca9f /layouts
parent0df37526045b690c9f8039da870a88226b6a2df6 (diff)
removes div-box for formspree contact (#13)
* removes div-box for formspree contact * Update from Forestry.io - Updated Forestry configuration * remove forestry files
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/contact.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/layouts/partials/contact.html b/layouts/partials/contact.html
index 7f17c99..81bec52 100644
--- a/layouts/partials/contact.html
+++ b/layouts/partials/contact.html
@@ -20,7 +20,6 @@
</div>
</form>
{{ else if eq .Site.Params.Contact.service "formspree" }}
- <div class="box">
<form method="POST" action="https://formspree.io/{{ .Site.Params.Contact.formspree_email }}">
<div class="row gtr-50 gtr-uniform">
<div class="col-6 col-12-mobilep">
@@ -39,5 +38,4 @@
</div>
</div>
</form>
- </div>
{{ end }}