2015-01-02 16:35:38 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
2015-02-15 10:30:34 +00:00
|
|
|
<title>
|
|
|
|
{% if page.title %}
|
|
|
|
{{ page.title }} | {% t index.page_title %}
|
|
|
|
{% else %}
|
|
|
|
{% t index.page_title %}
|
|
|
|
{% endif %}
|
|
|
|
</title>
|
2015-01-02 16:35:38 +00:00
|
|
|
<meta name="description" content="{{ site.description }}">
|
|
|
|
<meta name="keywords" content="{{ site.keywords }}">
|
|
|
|
|
|
|
|
<link href="//static.monero.cc/css/bootstrap.min.css" rel="stylesheet">
|
|
|
|
<link href="//static.monero.cc/css/main.css" rel="stylesheet">
|
|
|
|
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
<script src="//static.monero.cc/js/html5shiv.js"></script>
|
|
|
|
<script src="//static.monero.cc/js/respond.min.js"></script>
|
|
|
|
<![endif]-->
|
2015-02-14 19:39:47 +00:00
|
|
|
</head>
|