From 2f2378a80f141b93e1cd90a9fd51a2c6f422d43a Mon Sep 17 00:00:00 2001
From: Pierre Rudloff <contact@rudloff.pro>
Date: Tue, 16 Jan 2018 14:04:02 +0100
Subject: [PATCH] Add description meta tag

---
 locale/fr.json | 3 ++-
 tpl/page.tpl   | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/locale/fr.json b/locale/fr.json
index 306d697a..ccef80ff 100644
--- a/locale/fr.json
+++ b/locale/fr.json
@@ -39,7 +39,8 @@
     "Creation date:": "Date de création :",
     "Caption": "Légende",
     "Markdown": "Markdown",
-    "ASTERISK": "*"
+    "ASTERISK": "*",
+    "Framadate is an online service for planning an appointment or make a decision quickly and easily.": "Framadate est un service en ligne permettant de planifier un rendez-vous ou prendre des décisions rapidement et simplement."
   },
   "Date": {
     "dd/mm/yyyy": "jj/mm/aaaa",
diff --git a/tpl/page.tpl b/tpl/page.tpl
index 2879d2e1..acf9a3bb 100644
--- a/tpl/page.tpl
+++ b/tpl/page.tpl
@@ -8,6 +8,7 @@
     {else}
         <title>{$APPLICATION_NAME|html}</title>
     {/if}
+    <meta name="description" content="{__('Generic', 'Framadate is an online service for planning an appointment or make a decision quickly and easily.')}" />
 
     {if isset($favicon)}
         <link rel="icon" href="{$favicon|resource}">
-- 
GitLab