diff --git a/README.md b/README.md index 214d244..8e7aca3 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The following resources will enable you to deploy and get started with hugo-mx-g * [Deployment on Docker](./docs/deployment-on-kubernetes.md) * [Deployment on Debian](./docs/deployment-on-debian.md) * [Configuration Variables](./docs/configuration-variables.md) -* [Sample of contact form for Hugo](./docs/sample-contact-form-for-hugo.md) +* [Sample contact form for Hugo](./docs/sample-contact-form-for-hugo.md) * [Design Fundamentals](./docs/design-fundamentals.md) # License & Copyrights diff --git a/docs/sample-contact-form-for-hugo.md b/docs/sample-contact-form-for-hugo.md index d48e0c6..b31abee 100644 --- a/docs/sample-contact-form-for-hugo.md +++ b/docs/sample-contact-form-for-hugo.md @@ -1,11 +1,11 @@ -# Sample Contact Form for Hugo +# Sample contact form for Hugo From the source tree, the file `samples/hugo-partial-contact-form.html` contains a sample HTML form for Hugo (a screenshot is provided below). > This form can be used for a contact or a demo form. Indeed, as shown in the procedure below, the form is configured to be rendered specifically according to a tag set in the Hugo page content. -![Screenshot of a successful submission](../screenshots/form-submitted-and-processed-with-success.png) +![Screenshot of a successful submission](../screenshots/sample-hugo-contact-form.png) ## Setup Procedure diff --git a/screenshots/sample-hugo-contact-form.png b/screenshots/sample-hugo-contact-form.png new file mode 100644 index 0000000..3bccf16 Binary files /dev/null and b/screenshots/sample-hugo-contact-form.png differ