mirror of
https://github.com/yihui/hugo-xmin.git
synced 2024-11-25 01:39:19 +02:00
Update README.md
This commit is contained in:
parent
50fc665d2a
commit
5e24c1bd87
10
README.md
10
README.md
|
@ -22,6 +22,16 @@ find . -not -path '*/exampleSite/*' \( -name '*.html' -o -name '*.css' \) | xarg
|
|||
7 ./static/css/fonts.css
|
||||
137 total
|
||||
```
|
||||
## [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>
|
||||
```
|
||||
|
||||
|
||||
I can certainly further reduce the code, for example, by eliminating the CSS, but I believe a tiny bit of CSS can greatly improve readability. You cannot really find many CSS frameworks that only contain 50 lines of code.
|
||||
|
||||
|
|
Loading…
Reference in New Issue