Merge branch 'feature/description' into 'develop'

Add description meta tag

See merge request framasoft/framadate!205
This commit is contained in:
Thomas Citharel 2018-02-19 10:54:20 +01:00
commit af8c00f2b5
2 changed files with 3 additions and 1 deletions

View File

@ -39,7 +39,8 @@
"Creation date:": "Date de création :", "Creation date:": "Date de création :",
"Caption": "Légende", "Caption": "Légende",
"Markdown": "Markdown", "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": { "Date": {
"dd/mm/yyyy": "jj/mm/aaaa", "dd/mm/yyyy": "jj/mm/aaaa",

View File

@ -8,6 +8,7 @@
{else} {else}
<title>{$APPLICATION_NAME|html}</title> <title>{$APPLICATION_NAME|html}</title>
{/if} {/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)} {if isset($favicon)}
<link rel="icon" href="{$favicon|resource}"> <link rel="icon" href="{$favicon|resource}">