From a43d1b998683c2622f8765f38f20f076d694a9d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Efr=C3=A9n?= Date: Sat, 4 Feb 2023 06:55:29 +1100 Subject: [PATCH] Typo fix (#606) * Typo fix * Typo fix --- exampleSite/content/en/contact.md | 2 +- exampleSite/content/fr/contact.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" >}}