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

github.com/danielkvist/hugo-piercer-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielkvist <d94.zaragoza@gmail.com>2019-03-24 19:56:38 +0300
committerdanielkvist <d94.zaragoza@gmail.com>2019-03-24 19:56:48 +0300
commiteb7a5f4a5f19ec142041246797af128f4cf87eae (patch)
tree2771c07e2a6b4346cd284eaf67f9799f9ead46db /exampleSite
parent7df3ab9cda33631b105a9b15389228efe4c2d12d (diff)
add option to hide the contact form
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 52e2170..ea0f7b2 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -68,9 +68,11 @@ themesDir = "../.."
integrity = ""
[params.form]
+ show = true
netlify = false
action = ""
method = "POST"
+ section = "Contact me!"
inputNameName = ""
inputNameLabel = ""
inputNamePlaceholder = ""