mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
implementation des données OpenGraph issue #53
This commit is contained in:
parent
aa39918eae
commit
70f6f85399
1 changed files with 6 additions and 0 deletions
|
@ -29,7 +29,13 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<html prefix="og: http://ogp.me/ns#">
|
||||
<head>
|
||||
|
||||
<meta property="og:title" content="Re2o" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:secure_url" content="https://"{{request.get_host}} />
|
||||
<meta property="og:image" content="../static_files/logo/federez.png" />
|
||||
{# Load CSS and JavaScript #}
|
||||
{% bootstrap_css %}
|
||||
<link href="/static/css/typeaheadjs.css" rel="stylesheet">
|
||||
|
|
Loading…
Reference in a new issue