mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-04-24 15:27:17 +00:00
54 lines
1.9 KiB
HTML
54 lines
1.9 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
|
<title>{{ page.title }}</title>
|
|
<meta name="author" content="Evgeniy Alekseev" />
|
|
<meta name="description" content="arcanis' homepage" />
|
|
<link rel="license" type="text/html" href="/authors" />
|
|
|
|
<link rel="stylesheet" href="/resources/css/styles.css">
|
|
<link rel="stylesheet" href="/resources/css/syntax.css">
|
|
<link rel="shortcut icon" href="/resources/icon.ico">
|
|
{% if page.category == "ru" %}
|
|
<link href="/ru/feed.xml" rel="alternate" title="arcanis' blog" type="application/rss+xml">
|
|
<link href="/ru/feed-short.xml" rel="alternate" title="arcanis' blog (только названия)" type="application/rss+xml">
|
|
{% else %}
|
|
<link href="/feed.xml" rel="alternate" title="arcanis' blog" type="application/rss+xml">
|
|
<link href="/feed-short.xml" rel="alternate" title="arcanis' blog (title only)" type="application/rss+xml">
|
|
{% endif %}
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
|
<!--[if lt IE 9]>
|
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
<![endif]-->
|
|
{% include google_analytics.html %}
|
|
{% if page.share == true %}
|
|
{% include header_sharethis.html %}
|
|
{% endif %}
|
|
</head>
|
|
|
|
{{ content }}
|
|
|
|
{% if page.comment == true %}
|
|
{% include comment.html %}
|
|
{% endif %}
|
|
|
|
</section>
|
|
<footer>
|
|
{% if page.back == 1 %}
|
|
{% include footer_back.html %}
|
|
{% elsif page.back == 2 %}
|
|
{% include footer_fullback.html %}
|
|
{% endif %}
|
|
{% if page.share == true %}
|
|
{% include footer_sharethis.html %}
|
|
{% endif %}
|
|
{% include footer_sign.html %}
|
|
</footer>
|
|
</div>
|
|
<script src="/resources/js/scale.fix.js"></script>
|
|
|
|
</body>
|
|
</html>
|