Update README.md
This commit is contained in:
parent
a76c3ae09c
commit
a0b427c3b6
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -55,6 +55,16 @@ 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