diff --git a/docs/sample-of-hugo-dontact-form.md b/docs/sample-of-hugo-dontact-form.md index 4cd7a87..d52791e 100644 --- a/docs/sample-of-hugo-dontact-form.md +++ b/docs/sample-of-hugo-dontact-form.md @@ -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] --- - ``` \ No newline at end of file + ``` + + +![Screenshot of a successful submission](../screenshots/form-submitted-and-processed-with-success.png) \ No newline at end of file