upated README
This commit is contained in:
parent
5e32b17b2c
commit
c76adee24f
|
@ -1,9 +1,7 @@
|
|||
|
||||
# Sample of contact form for Hugo
|
||||
|
||||
From the source tree, the file `samples/hugo-partial-contact-form.html` contains a sample HTML form for Hugo. It can be used for both contact and demo requests.
|
||||
|
||||
![Screenshot of a successful submission](../screenshots/form-submitted-and-processed-with-success.png)
|
||||
From the source tree, the file `samples/hugo-partial-contact-form.html` contains a sample HTML form for Hugo (see screenshot below). It can be used for both contact and demo requests.
|
||||
|
||||
Open the file in your favorite editor and review it.
|
||||
|
||||
|
@ -26,4 +24,7 @@ Here is an example of header for a Hugo Markdown page. The `tags` parameter hold
|
|||
date: 2020-04-25T00:20:27+02:00
|
||||
tags: [contact]
|
||||
---
|
||||
```
|
||||
```
|
||||
|
||||
|
||||
![Screenshot of a successful submission](../screenshots/form-submitted-and-processed-with-success.png)
|
Loading…
Reference in New Issue