Update README.md
Added instructions to add a hugo contact form on README.md
This commit is contained in:
parent
01f9e43e59
commit
c42c25033d
12
README.md
12
README.md
|
@ -40,3 +40,15 @@ Hugo version 0.65.0 or higher is required.
|
|||
## Screenshot
|
||||
|
||||
![Hugo Theme Zzo Screenshot](images/screenshot.png)
|
||||
|
||||
|
||||
|
||||
## [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>
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue