hugo-theme-zzo/layouts/partials/service/google-recaptcha.html

3 lines
159 B
HTML
Raw Normal View History

2021-06-19 09:35:47 +00:00
{{ if $.Site.Params.googleRecaptcha }}
<script src="https://www.google.com/recaptcha/api.js?render={{ $.Site.Params.googleRecaptcha }}"></script>
{{ end }}