Update README.md
Added instructions to add a hugo contact form on README.md
This commit is contained in:
parent
01f9e43e59
commit
c42c25033d
14
README.md
14
README.md
|
@ -39,4 +39,16 @@ Hugo version 0.65.0 or higher is required.
|
||||||
|
|
||||||
## Screenshot
|
## Screenshot
|
||||||
|
|
||||||
![Hugo Theme Zzo Screenshot](images/screenshot.png)
|
![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