Update README.md

This commit is contained in:
derrygeoff 2022-05-30 09:40:23 +01:00 committed by GitHub
parent c1fcec95a6
commit 8916d4e1cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,19 @@ Stack is a simple card-style Hugo theme designed for bloggers, some of its featu
- Table of contents - Table of contents
- Multilingual mode and RTL support - Multilingual mode and RTL support
## [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>
```
## Requirements ## Requirements
It's necessary to use **Hugo Extended ≥ 0.87.0**. It's necessary to use **Hugo Extended ≥ 0.87.0**.