From d4e5a698a829e63273252418dd2a5cccdeb04aa2 Mon Sep 17 00:00:00 2001
From: Regis Philibert <login@regisphilibert.com>
Date: Fri, 11 Feb 2022 19:54:39 +0000
Subject: [PATCH] Update exampleSite

---
 exampleSite/content/fr/contact.md |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/exampleSite/content/fr/contact.md b/exampleSite/content/fr/contact.md
index 75eb5d2..bff9bd0 100644
--- a/exampleSite/content/fr/contact.md
+++ b/exampleSite/content/fr/contact.md
@@ -1,6 +1,6 @@
 ---
 title: Contact
-featured_image: "images/notebook.jpg"
+featured_image: ''
 omit_header_text: true
 description: Laissez-nous un message!
 type: page
@@ -8,7 +8,8 @@
 
 ---
 
+Ceci est la page de contact en Français.
 
-This is the French contact page. 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 the shortcode to make it work. Check out [Formspree](https://formspree.io/) for a simple, free form service.
 
 {{< form-contact action="https://example.com"  >}}

--
Gitblit v1.10.0