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

github.com/themefisher/airspace-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config/_default/params.toml')
-rw-r--r--exampleSite/config/_default/params.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml
index fabd885..73d5234 100644
--- a/exampleSite/config/_default/params.toml
+++ b/exampleSite/config/_default/params.toml
@@ -31,11 +31,15 @@ copyright = "Designed By [Themefisher](https://themefisher.com/) & Developed By
custom_script= ""
# google tag manager, see https://developers.google.com/tag-manager/
google_tag_manager = "" # example: G-XXXXXXXXXX
+# recaptch v3 site key
+recaptcha_site_key = "xxx-xxxxxxxxxxxxxxxxxxxxxxxx"
[contact.form]
enable = true
# Whether to use [Netlify Forms](https://docs.netlify.com/forms/setup/)
use_netlify = true
+# Whether to use recaptch v3 in form
+use_recaptcha = true
# Form action
## Fill in your Form ID URL for Formspree.io, e.g. `https://formspree.io/f/{form_id}`
## Ignored if `use_netlify = true` (custom [success page](https://docs.netlify.com/forms/setup/#success-messages) is already included)
@@ -127,4 +131,4 @@ link = "#"
[[social]]
title = "linkedin"
icon = "fab fa-linkedin" # fontawesome icon pack : https://fontawesome.com/icons/
-link = "#" \ No newline at end of file
+link = "#"