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

github.com/it-gro/hugo-theme-w3css-basic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorit-gro <grossnik@tuvok>2018-05-11 22:43:25 +0300
committerit-gro <grossnik@tuvok>2018-05-11 22:43:25 +0300
commitd0d1e05dddad7bc8f4f5bf9df7cb42532494694e (patch)
tree8d865f4b23f7eff5a784b6c3f48020aace32bfc2 /exampleSite
parent7913b8272b4984ec026831384ce5842a2816382a (diff)
Allow email in contact form
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/.config.w3css-basic-exampleSite.toml1
-rw-r--r--exampleSite/config.toml1
2 files changed, 2 insertions, 0 deletions
diff --git a/exampleSite/.config.w3css-basic-exampleSite.toml b/exampleSite/.config.w3css-basic-exampleSite.toml
index 0951582..a822ccf 100644
--- a/exampleSite/.config.w3css-basic-exampleSite.toml
+++ b/exampleSite/.config.w3css-basic-exampleSite.toml
@@ -506,6 +506,7 @@ consectetuer adipiscing
# Enable the contact form by entering your Formspree.io email
formspree = "formspree.io"
email = "info@example.com"
+ contactFormInclEmail = true
# disqus (theme)
# ##############################
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 001e66b..7e7110e 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -495,6 +495,7 @@ consectetuer adipiscing
# Enable the contact form by entering your Formspree.io email
formspree = "formspree.io"
email = "info@example.com"
+ contactFormInclEmail = true
# disqus (theme)
# ##############################