Skip to content
Snippets Groups Projects
Commit af8c00f2 authored by Thomas Citharel's avatar Thomas Citharel
Browse files

Merge branch 'feature/description' into 'develop'

Add description meta tag

See merge request framasoft/framadate!205
parents 3f4cf0f7 2f2378a8
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
......@@ -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}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment