feat(Views): add meta tags

This commit is contained in:
Matthieu Bessat 2020-08-11 11:38:29 +02:00
parent 09b52a7fc3
commit bbd822c0b8
4 changed files with 31 additions and 10 deletions

View file

@ -19,6 +19,8 @@ Github: https://github.com/lefuturiste
{% endif %}
{% block head %}{% endblock %}
<meta property="og:locale" content="fr">
</head>
<body>
<div class="up-footer">

View file

@ -1,6 +1,13 @@
{% extends "./base.twig" %}
{% block title %}Le site va ouvrir prochainement{% endblock %}
{% block title %}Accueil{% endblock %}
{% block head %}
<meta name="description" content="Découvrez la riche vie associative autour de Gaillon-Aubevoye grâce à au forum virtuel mit en place par l'Espace Condorcet" />
<meta name="keywords" content="associations,condorcet,espace condorcet,gaillon,aubevoye,forum,virtuel,centre social,village des associations" />
<meta property="og:title" content="Forum virtuel des associations">
<meta property="og:description" content="Découvrez la riche vie associative autour de Gaillon-Aubevoye grâce à au forum virtuel mit en place par l'Espace Condorcet">
<meta property="og:image" content="/imgs/espace_condorcet_logo.jpg">
<link rel="stylesheet" href="/styles/countdown.css" />
{% endblock %}
{% block content %}

View file

@ -1,6 +1,13 @@
{% extends "./base.twig" %}
{% block title %}Accueil{% endblock %}
{% block head %}{% endblock %}
{% block head %}
<meta name="description" content="Découvrez la riche vie associative autour de Gaillon-Aubevoye grâce à au forum virtuel mit en place par l'Espace Condorcet" />
<meta name="keywords" content="associations,condorcet,espace condorcet,gaillon,aubevoye,forum,virtuel,centre social,village des associations" />
<meta property="og:title" content="Forum virtuel des associations">
<meta property="og:description" content="Découvrez la riche vie associative autour de Gaillon-Aubevoye grâce à au forum virtuel mit en place par l'Espace Condorcet">
<meta property="og:image" content="/imgs/espace_condorcet_logo.jpg">
{% endblock %}
{% block content %}
<div class="nav">
<div

View file

@ -3,6 +3,11 @@
{% block head %}
<link rel="stylesheet" href="/styles/organization.css" />
<meta name="description" content="{{ data.descriptionShort }}">
{#<meta name="keywords" content="Gaillon,association,">#}
<meta property="og:title" content="{{ data.name }}">
<meta property="og:description" content="{{ data.descriptionShort }}">
<meta property="og:image" content="{{ data.thumbnail.location }}">
{% endblock %}
{% block content %}
<div class="header">