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

github.com/kdevo/osprey-delight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/contact.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/contact.html b/layouts/partials/contact.html
index a51f631..04937c1 100644
--- a/layouts/partials/contact.html
+++ b/layouts/partials/contact.html
@@ -1,3 +1,4 @@
+{{ if .Site.Params.ajaxFormspree }}
<section class="contact" id="contact">
<div class="container">
<div class="row center-xs">
@@ -17,3 +18,4 @@
</form>
</div>
</section>
+{{ end }}