diff --git a/exampleSite/content/en/contact.md b/exampleSite/content/en/contact.md index bc5cd25..e7b9779 100644 --- a/exampleSite/content/en/contact.md +++ b/exampleSite/content/en/contact.md @@ -9,6 +9,6 @@ menu: main --- -This is an example of a custom shortcode that you can put right into your content. You will need to add a form action to the the shortcode to make it work. Check out [Formspree](https://formspree.io/) for a simple, free form service. +This is an example of a custom shortcode that you can put right into your content. You will need to add a form action to the shortcode to make it work. Check out [Formspree](https://formspree.io/) for a simple, free form service. {{< form-contact action="https://example.com" >}} diff --git a/exampleSite/content/fr/contact.md b/exampleSite/content/fr/contact.md index bff9bd0..b9c9d20 100644 --- a/exampleSite/content/fr/contact.md +++ b/exampleSite/content/fr/contact.md @@ -10,6 +10,6 @@ menu: main Ceci est la page de contact en Français. -This is an example of a custom shortcode that you can put right into your content. You will need to add a form action to the the shortcode to make it work. Check out [Formspree](https://formspree.io/) for a simple, free form service. +This is an example of a custom shortcode that you can put right into your content. You will need to add a form action to the shortcode to make it work. Check out [Formspree](https://formspree.io/) for a simple, free form service. {{< form-contact action="https://example.com" >}}