2018-09-28 18:47:04 +00:00
|
|
|
<head prefix="og: http://ogp.me/ns#">
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>{% if page.title %}{{ page.title }} | {% endif %}{{ config.title }}</title>
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
|
2019-11-16 01:56:03 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<script type="text/javascript">
|
|
|
|
document.write("<base href='http://" + document.location.host + "' />");
|
|
|
|
</script>
|
2018-09-28 18:47:04 +00:00
|
|
|
<!-- Canonical links -->
|
|
|
|
<link rel="canonical" href="{{ url }}">
|
|
|
|
<!-- Alternative links -->
|
|
|
|
{% if page.layout == 'page' or page.layout == 'index' %}
|
|
|
|
{% for lang in site.data.languages %}
|
|
|
|
<link rel="alternative" hreflang="{{ loop.key }}" href="{{ canonical_url(loop.key) }}">
|
|
|
|
{% endfor %}
|
|
|
|
{% endif %}
|
|
|
|
<!-- Icon -->
|
|
|
|
<meta name="msapplication-TileColor" content="#ff9c00">
|
|
|
|
<meta name="msapplication-TileImage" content="{{ url_for('icon/mstile-144x144.png') }}">
|
|
|
|
|
2019-11-15 16:15:00 +00:00
|
|
|
<link rel="icon" type="image/png" href="/img/favicon-16x16.png" sizes="16x16" />
|
|
|
|
<link rel="icon" type="image/png" href="/img/favicon-32x32.png" sizes="32x32" />
|
2018-09-28 18:47:04 +00:00
|
|
|
|
|
|
|
<link rel="apple-touch-icon" sizes="76x76" href="/img/apple-touch-icon-76.png?v=0.0.5">
|
|
|
|
<link rel="apple-touch-icon" sizes="120x120" href="/img/apple-touch-icon-120.png?v=0.0.5">
|
|
|
|
<link rel="apple-touch-icon" sizes="152x152" href="/img/apple-touch-icon-152.png?v=0.0.5">
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon-180.png?v=0.0.5">
|
|
|
|
<link rel="apple-touch-icon" href="/img/apple-touch-icon-1024.png?v=0.0.5">
|
|
|
|
<!-- CSS -->
|
2018-11-21 10:40:27 +00:00
|
|
|
{{ css('css/main.min') }}
|
2018-09-28 18:47:04 +00:00
|
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
|
|
|
|
<!-- RSS -->
|
|
|
|
{{ feed_tag('atom.xml') }}
|
2018-10-04 17:31:44 +00:00
|
|
|
<meta property="og:image" content="/img/graphic-licensing.png" />
|
|
|
|
<meta property="og:title" content="Nimbus, a Light Client for Ethereum 2.0" />
|
2018-09-28 18:47:04 +00:00
|
|
|
</head>
|