diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-27 16:41:01 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-27 16:41:01 +0200 |
| commit | a65fcfbcc063f8bc9470155fd824f994b9ed3563 (patch) | |
| tree | c17659a9b2cd0d50142c2cd8020fb4630287a4cb | |
| parent | 5396f5e11711d75b7c17f3dd1ba4f035f041248b (diff) | |
| download | gohugo-theme-ed-a65fcfbcc063f8bc9470155fd824f994b9ed3563.tar.gz | |
Correct documentation
| -rw-r--r-- | exampleSite/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 31b696c..ad0aa32 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -150,7 +150,7 @@ disableKinds = ['RSS'] feedSize = 25 [params.contact] - # Formspree URL, used in contacts form + # Forms Backend URL, used in contacts form formAction = 'https://submit-form.com/example' # Contact form email subject emailSubject = 'Contact form submission' |
