mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 11:23:10 +00:00
Fix de l'implémenation de open_graph issue #53
This commit is contained in:
parent
70f6f85399
commit
bda1f2d296
1 changed files with 4 additions and 5 deletions
|
@ -29,13 +29,12 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="fr">
|
<html lang="fr">
|
||||||
<html prefix="og: http://ogp.me/ns#">
|
<head prefix="og: http://ogp.me/ns#">
|
||||||
<head>
|
|
||||||
|
|
||||||
<meta property="og:title" content="Re2o" />
|
<meta property="og:title" content="Re2o" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:secure_url" content="https://"{{request.get_host}} />
|
<meta property="og:url" content="https://{{request.get_host}}" />
|
||||||
<meta property="og:image" content="../static_files/logo/federez.png" />
|
<meta property="og:image" content="https://pbs.twimg.com/profile_images/3217211434/3079b649023b1ea0e1f387df9b9cc7e7_400x400.png" />
|
||||||
|
<meta property="og:description" content="Site de gestion de rézo féderez" />
|
||||||
{# 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