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

github.com/yoshiharuyamashita/blackburn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 65ee326..cd5c195 100644
--- a/README.md
+++ b/README.md
@@ -173,6 +173,17 @@ paginate = 10
keybase = "*"
```
+
+## [Add hugo contact form](https://fabform.io/a/hugo-contact-form)
+
+ ```
+ <form action="https://fabform.io/f/{form-id}" method="post">
+ <label for="email">Your Email</label>
+ <input name="email" type="email">
+ <button type="submit">Submit</button>
+ </form>
+```
+
## Usage
* Write Markdown files in `content/post`