Update README.md

Added instructions to add a hugo contact form on README.md
This commit is contained in:
derrygeoff 2022-05-30 10:25:43 +01:00 committed by GitHub
parent 01f9e43e59
commit c42c25033d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 1 deletions

View File

@ -39,4 +39,16 @@ Hugo version 0.65.0 or higher is required.
## 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>
```