From b19794acb10933f229b1515f6c4a609f3607317b Mon Sep 17 00:00:00 2001 From: Michael Grosser Date: Wed, 17 May 2017 07:53:53 +0000 Subject: Load recaptcha code later --- layouts/partials/footer_scripts.html | 4 ++++ layouts/partials/header.html | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/layouts/partials/footer_scripts.html b/layouts/partials/footer_scripts.html index b97f45f..7a04e84 100644 --- a/layouts/partials/footer_scripts.html +++ b/layouts/partials/footer_scripts.html @@ -24,3 +24,7 @@ {{ range .Site.Params.custom_js }} {{ end }} + + {{ with .Site.Params.contact.captcha }} + + {{ end }} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 59022e8..6c84fae 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -36,7 +36,4 @@ - {{ with .Site.Params.contact.captcha }} - - {{ end }} -- cgit v1.2.3