Update README.md
Added instructions to add a hugo contact form on README.md
This commit is contained in:
parent
a76c3ae09c
commit
a8aa542207
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -55,6 +55,18 @@ disqusShortname = 'YOUR_DISQUS_SHORTNAME' # add disqus comments
|
||||||
instagram = 'YOUR_INSTAGRAM_ID' # instagram.com/YOUR_INSTAGRAM_ID
|
instagram = 'YOUR_INSTAGRAM_ID' # instagram.com/YOUR_INSTAGRAM_ID
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## [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>
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
[MIT License](https://github.com/nanxiaobei/hugo-paper/blob/master/LICENSE) (c) [nanxiaobei](https://lee.so/)
|
[MIT License](https://github.com/nanxiaobei/hugo-paper/blob/master/LICENSE) (c) [nanxiaobei](https://lee.so/)
|
||||||
|
|
Loading…
Reference in a new issue