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 :",
"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",

View File

@ -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}">