|
|
|
@@ -30,26 +30,28 @@
|
|
|
|
|
{% endblock %}">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
|
|
|
|
{# OG et TC #}
|
|
|
|
|
{% block ogtc %}
|
|
|
|
|
{#Twitter Card data pour les données enrichies sur Twitter#}
|
|
|
|
|
<meta name="twitter:card" content="summary">
|
|
|
|
|
<meta name="twitter:site" content="@TalentsTube">
|
|
|
|
|
<meta name="twitter:title" content="Talents Tube : Le 1er job board 100% vidéo">
|
|
|
|
|
<meta name="twitter:description" content="Talents Tube est la première plateforme réservée aux offres d'emploi et aux CV vidéos. Découvrez un nouvelle méthode de recrutement !">
|
|
|
|
|
<meta name="twitter:image" content="{{ absolute_url(asset('img/mail/logo-talents-tube.png')) }}">
|
|
|
|
|
{% if app.request.attributes.get('_route') != null %}
|
|
|
|
|
{% block ogtc %}
|
|
|
|
|
{#Twitter Card data pour les données enrichies sur Twitter#}
|
|
|
|
|
<meta name="twitter:card" content="summary">
|
|
|
|
|
<meta name="twitter:site" content="@TalentsTube">
|
|
|
|
|
<meta name="twitter:title" content="Talents Tube : Le 1er job board 100% vidéo">
|
|
|
|
|
<meta name="twitter:description" content="Talents Tube est la première plateforme réservée aux offres d'emploi et aux CV vidéos. Découvrez un nouvelle méthode de recrutement !">
|
|
|
|
|
<meta name="twitter:image" content="{{ absolute_url(asset('img/mail/logo-talents-tube.png')) }}">
|
|
|
|
|
|
|
|
|
|
{#Open Graph data pour le partage sur les réseaux sociaux (ex Facebook..)#}
|
|
|
|
|
<meta property="og:title" content="Talents Tube : Le 1er job board 100% vidéo" />
|
|
|
|
|
<meta property="og:type" content="article" />
|
|
|
|
|
<meta property="og:image" content="{{ absolute_url(asset('img/mail/logo-talents-tube.png')) }}" />
|
|
|
|
|
<meta property="og:description" content="Talents Tube est la première plateforme réservée aux offres d'emploi et aux CV vidéos. Découvrez un nouvelle méthode de recrutement !" />
|
|
|
|
|
<meta property="og:site_name" content="Talents Tube" />
|
|
|
|
|
<meta property="og:url" content="{{ url(app.request.attributes.get('_route'), app.request.attributes.get('_route_params')) }}" />
|
|
|
|
|
{#Open Graph data pour le partage sur les réseaux sociaux (ex Facebook..)#}
|
|
|
|
|
<meta property="og:title" content="Talents Tube : Le 1er job board 100% vidéo" />
|
|
|
|
|
<meta property="og:type" content="article" />
|
|
|
|
|
<meta property="og:image" content="{{ absolute_url(asset('img/mail/logo-talents-tube.png')) }}" />
|
|
|
|
|
<meta property="og:description" content="Talents Tube est la première plateforme réservée aux offres d'emploi et aux CV vidéos. Découvrez un nouvelle méthode de recrutement !" />
|
|
|
|
|
<meta property="og:site_name" content="Talents Tube" />
|
|
|
|
|
<meta property="og:url" content="{{ url(app.request.attributes.get('_route'), app.request.attributes.get('_route_params')) }}" />
|
|
|
|
|
|
|
|
|
|
{% endblock %}
|
|
|
|
|
{# Canonical #}
|
|
|
|
|
<link rel="canonical"
|
|
|
|
|
href="{% block urlCanonical %}{{ url(app.request.attributes.get('_route'), app.request.attributes.get('_route_params')) }}{% endblock %}">
|
|
|
|
|
{% endblock %}
|
|
|
|
|
{# Canonical #}
|
|
|
|
|
<link rel="canonical"
|
|
|
|
|
href="{% block urlCanonical %}{{ url(app.request.attributes.get('_route'), app.request.attributes.get('_route_params')) }}{% endblock %}">
|
|
|
|
|
{% endif %}
|
|
|
|
|
{# CSS #}
|
|
|
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext"
|
|
|
|
|