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

github.com/aerohub/hugo-identity-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/footer_scripts.html')
-rw-r--r--layouts/partials/footer_scripts.html4
1 files changed, 4 insertions, 0 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 }}
<script src="{{ . | absURL }}"></script>
{{ end }}
+
+ {{ with .Site.Params.contact.captcha }}
+ <script src='https://www.google.com/recaptcha/api.js' async defer></script>
+ {{ end }}