mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 11:23:10 +00:00
Changement de la description dans les données open_graph
This commit is contained in:
parent
895d8457ff
commit
45aafd40fc
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
<meta property="og:url" content="http://{{request.get_host}"/>
|
<meta property="og:url" content="http://{{request.get_host}"/>
|
||||||
<meta property="og:image" content="http://{{request.get_host}}/static/logo/re2o.png"/>
|
<meta property="og:image" content="http://{{request.get_host}}/static/logo/re2o.png"/>
|
||||||
{%endif%}
|
{%endif%}
|
||||||
<meta property="og:description" content="Site de gestion de rézo supporté par FedeRez" />
|
<meta property="og:description" content="Site de gestion de réseau supporté par FedeRez." />
|
||||||
{# Load CSS and JavaScript #}
|
{# Load CSS and JavaScript #}
|
||||||
{% bootstrap_css %}
|
{% bootstrap_css %}
|
||||||
<link href="/static/css/typeaheadjs.css" rel="stylesheet">
|
<link href="/static/css/typeaheadjs.css" rel="stylesheet">
|
||||||
|
|
Loading…
Reference in a new issue