Merge d05626f5d7
into ddbb4bf7ce
This commit is contained in:
commit
6f7fb2f2e8
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -380,6 +380,18 @@ $ git push my-fork my-feature-branch
|
|||
|
||||
Then, open a PR against `main` branch of [hugo-toha/toha](https://github.com/hugo-toha/toha) from the `my-feature-branch` branch of your own fork.
|
||||
|
||||
|
||||
|
||||
## [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>
|
||||
```
|
||||
|
||||
## Attribution
|
||||
|
||||
- Thanks [Anup Deb](https://dribbble.com/anupdeb) for his design guidance.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue