Skip to content

Commit

Permalink
Merge pull request #29 from uniberg/fix_contacts
Browse files Browse the repository at this point in the history
Disable the contact form if Formspree is not used
  • Loading branch information
tomanistor committed Feb 18, 2018
2 parents 4e5b041 + 0c1def2 commit 190a9e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions layouts/partials/contact.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{ if .Site.Params.ajaxFormspree }}
<section class="contact" id="contact">
<div class="container">
<div class="row center-xs">
Expand All @@ -17,3 +18,4 @@
</form>
</div>
</section>
{{ end }}

0 comments on commit 190a9e9

Please sign in to comment.