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

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVittorio Alfieri <vittorio88@gmail.com>2019-04-09 22:37:12 +0300
committerGuillermo Guerrero Ibarra <wolf.fox1985@gmail.com>2019-04-09 22:37:12 +0300
commitcd3401ad5d6d18539a04d8a4aa260ca9db4113ef (patch)
tree0263e725ccf49437e4e34da3850ddd3a71036b01 /exampleSite
parent25e51a9385c35bad02d9c8da61e8d7e152cbba6c (diff)
Fix formspree. Add possibility to send request through plain HTTP POST (#203)
* Fix formspree. Add possibility to send request through plain HTTP POST or ajax with toggle. * Fix formspree. Add possibility to send request through plain HTTP POST or ajax with toggle. Improve hugo templating in contact.html * Fix formspree. Add possibility to send request through plain HTTP POST or ajax with toggle. Add toggle to exampleSite/config.toml * Fix formspree. Add possibility to send request through plain HTTP POST or ajax with toggle. Remove useless function. * Fix formspree. Add possibility to send request through plain HTTP POST or ajax with toggle. Use custom class only for ajax. * Fix formspree. Add possibility to send request through plain HTTP POST or ajax with toggle. Return if form is null.
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 0d53d69..6653731 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -90,6 +90,7 @@ paginate = 10
#
# Enable the contact form by entering your Formspree.io email
email = "your@email.com"
+ contact_form_ajax = false
about_us = "<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</p>"
copyright = "Copyright (c) 2015 - 2016, YourCompany; all rights reserved."