2017-08-08 19:53:28 +00:00
|
|
|
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
|
|
|
|
<!-- link href="http://gmpg.org/xfn/11" rel="profile" -->
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
|
|
|
|
|
|
<!-- Enable responsiveness on mobile devices-->
|
|
|
|
<meta name="HandheldFriendly" content="True">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
|
|
|
|
|
|
|
<title>
|
|
|
|
{% if page.title == "Home" %}
|
|
|
|
{{ site.title }} · {{ site.tagline }}
|
|
|
|
{% else %}
|
|
|
|
{{ page.title }} · {{ site.title }}
|
|
|
|
{% endif %}
|
|
|
|
</title>
|
|
|
|
|
|
|
|
<!-- Search Engine Optimization -->
|
|
|
|
<meta name="description" content="{% if page.description %}{{ page.description }}{% elsif page.content %}{{ page.content | strip_html | truncatewords: 50 }}{% else %}{{ site.description }}{% endif %}">
|
|
|
|
{% if page.tags %}<meta name="keywords" content="{{ page.tags | join: ', ' }}">{% endif %}
|
|
|
|
{% if page.noindex == true %}<meta name="robots" content="noindex">{% endif %}
|
|
|
|
{% if page.nofollow == true %}<meta name="robots" content="nofollow">{% endif %}
|
|
|
|
{% if site.google_verify %}<meta name="google-site-verification" content="{{ site.google_verify }}">{% endif %}
|
|
|
|
|
|
|
|
{% if site.owner.twitter %}<!-- Twitter Cards -->
|
|
|
|
{% include twitter_card.html %}
|
|
|
|
{% endif %}
|
|
|
|
<meta name="twitter:title" content="{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}">
|
|
|
|
<meta name="twitter:description" content="{% if page.description %}{{ page.description }}{% elsif page.content %}{{ page.content | strip_html | truncatewords: 50 }}{% else %}{{ site.description }}{% endif %}">
|
|
|
|
<meta name="twitter:creator" content="@{{ site.owner.twitter }}">
|
|
|
|
<!-- End Twitter Cards -->
|
|
|
|
|
|
|
|
<!-- Open Graph -->
|
2017-09-10 22:30:43 +00:00
|
|
|
<meta property="og:locale" content="fr_FR">
|
2017-08-08 19:53:28 +00:00
|
|
|
<meta property="og:type" content="article">
|
|
|
|
<meta property="og:title" content="{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}">
|
|
|
|
<meta property="og:description" content="{% if page.description %}{{ page.description }}{% elsif page.content %}{{ page.content | strip_html | truncatewords: 50 }}{% else %}{{ site.description }}{% endif %}">
|
|
|
|
<meta property="og:url" content="{{ site.url }}{{ page.url }}">
|
|
|
|
<meta property="og:site_name" content="{{ site.title }}">
|
|
|
|
{% if page.imagefeature %}
|
|
|
|
{% if page.imagefeature contains 'http' %}
|
|
|
|
{% assign domain = '' %}
|
|
|
|
{% else %}
|
|
|
|
{% assign domain = site.urlimg %}
|
|
|
|
{% endif %}
|
2017-11-17 22:51:51 +00:00
|
|
|
<meta property="og:image" content="{{ domain }}/{{ page.imagefeature }}">{% else %}
|
|
|
|
<meta property="og:image" content="{% if page.imagesummary %}{{ site.urlimg }}/{{ page.imagesummary }}{% else %}{{ site.urlimg }}/{{ site.default_bg }}{% endif %}">{% endif %}
|
2017-08-08 19:53:28 +00:00
|
|
|
{% if page.videofeature %}<meta property="og:video" content="{{ page.videofeature }}">{% endif %}
|
|
|
|
<meta property="fb:app_id" content="1003108156422006">
|
|
|
|
<meta property="fb:admins" content="817465054">
|
|
|
|
|
|
|
|
<!-- Fonts -->
|
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700%7CPT+Sans:400|Tangerine|Inconsolata">
|
|
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
|
|
|
|
<link rel="stylesheet" href="{{ site.baseurl }}/public/css/iconmoon.css">
|
|
|
|
|
|
|
|
<!-- CSS -->
|
|
|
|
<link rel="stylesheet" href="{{ site.baseurl }}/public/css/style.min.css">
|
|
|
|
{% if page.category contains 'mypubs' or page.category contains 'myaoi' %}
|
|
|
|
<link rel="stylesheet" href="{{ site.baseurl }}/public/css/publ.css">
|
|
|
|
<script src="{{ site.baseurl }}/public/js/jquery.min.js"></script>
|
|
|
|
{% endif %}
|
|
|
|
<!-- Add-on CSS to override system-wide defaults -->
|
|
|
|
<link rel="stylesheet" href="{{ site.baseurl }}/public/css/addon.css">
|
|
|
|
|
|
|
|
<!-- CSS override per page -->
|
|
|
|
{% if page.style %}
|
|
|
|
<style type="text/css">
|
|
|
|
{{ page.style }}
|
|
|
|
</style>
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
<!-- Java scripts -->
|
|
|
|
<!-- <script src="{{ site.baseurl }}/public/js/jquery.min.js"></script> -->
|
|
|
|
|
|
|
|
<!-- Icons -->
|
|
|
|
<!-- 16x16 -->
|
|
|
|
<link rel="shortcut icon" href="{{ site.url }}/favicon.ico">
|
|
|
|
<!-- 32x32 -->
|
|
|
|
<link rel="shortcut icon" href="{{ site.url }}/favicon.png">
|
|
|
|
<!-- 57x57 (precomposed) for iPhone 3GS, pre-2011 iPod Touch and older Android devices -->
|
|
|
|
<link rel="apple-touch-icon-precomposed" href="{{ site.url }}/images/icons/apple-touch-icon-precomposed.png">
|
|
|
|
<!-- 72x72 (precomposed) for 1st generation iPad, iPad 2 and iPad mini -->
|
|
|
|
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="{{ site.url }}/images/icons/apple-touch-icon-72x72-precomposed.png">
|
|
|
|
<!-- 114x114 (precomposed) for iPhone 4, 4S, 5 and post-2011 iPod Touch -->
|
|
|
|
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="{{ site.url }}/images/icons/apple-touch-icon-114x114-precomposed.png">
|
|
|
|
<!-- 144x144 (precomposed) for iPad 3rd and 4th generation -->
|
|
|
|
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ site.url }}/images/icons/apple-touch-icon-144x144-precomposed.png">
|
|
|
|
<!-- 180x180 (precomposed) for iPhone 6 -->
|
|
|
|
<link rel="apple-touch-icon-precomposed" sizes="180x180" href="{{ site.url }}/images/icons/apple-touch-icon-180x180.png">
|
|
|
|
<!-- 192x192 (precomposed) for Android -->
|
|
|
|
<link rel="icon" type="image/png" sizes="192x192" href="{{ site.url }}/images/icons/android-icon-192x192.png">
|
|
|
|
|
|
|
|
{% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{{ page.url | remove:'index.html' | strip_slash }}{% endif %}{% endcapture %}
|
|
|
|
<link rel="canonical" href="{{ canonical }}">
|
|
|
|
{% if site.owner.google_plus %}<link rel="author" href="{{ site.owner.google_plus }}?rel=author">{% endif %}
|
|
|
|
|
|
|
|
<!-- RSS -->
|
|
|
|
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ site.url }}/feed.xml">
|
|
|
|
|
|
|
|
{% if page.mathjax %}
|
|
|
|
{% include mathjax_support.html %}
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
</head>
|