2019-09-30 15:38:41 +03:00
|
|
|
<!--
|
|
|
|
The Head
|
|
|
|
-->
|
|
|
|
|
|
|
|
<head>
|
2020-01-08 21:48:57 +03:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
2020-10-25 21:24:32 +03:00
|
|
|
|
2022-01-26 17:06:44 +03:00
|
|
|
{% if page.layout == 'home' or page.layout == 'post' %}
|
2021-07-20 20:01:09 +03:00
|
|
|
|
2021-04-06 09:05:55 +03:00
|
|
|
{% if site.google_analytics.pv.proxy_endpoint %}
|
|
|
|
<meta name="pv-proxy-endpoint" content="{{ site.google_analytics.pv.proxy_endpoint }}">
|
|
|
|
{% endif %}
|
2021-01-23 10:07:18 +03:00
|
|
|
|
2021-04-06 09:05:55 +03:00
|
|
|
{% if site.google_analytics.pv.cache_path %}
|
|
|
|
<meta name="pv-cache-path" content="{{ site.google_analytics.pv.cache_path | relative_url }}">
|
2021-01-23 10:07:18 +03:00
|
|
|
{% endif %}
|
2021-04-05 20:04:09 +03:00
|
|
|
|
2021-01-23 10:07:18 +03:00
|
|
|
{% endif %}
|
|
|
|
|
2022-03-16 14:43:23 +03:00
|
|
|
{% capture seo_tags %}
|
|
|
|
{% seo title=false %}
|
|
|
|
{% endcapture %}
|
|
|
|
|
2022-11-18 17:16:35 +03:00
|
|
|
{% if page.image %}
|
|
|
|
{% assign img = page.image.path | default: page.image %}
|
|
|
|
{% assign img_path = page.img_path | append: '/' | append: img | replace: '//', '/' %}
|
|
|
|
{% capture target %}"{{ img | absolute_url }}"{% endcapture %}
|
2022-11-17 02:31:05 +03:00
|
|
|
|
|
|
|
{% if site.img_cdn contains '//' %}
|
|
|
|
<!-- it's a cross-origin URL -->
|
2022-11-18 17:16:35 +03:00
|
|
|
{% capture replacement %}"{{ site.img_cdn }}{{ img_path }}"{% endcapture %}
|
2022-11-17 02:31:05 +03:00
|
|
|
{% else %}
|
|
|
|
<!-- it's a local file path -->
|
|
|
|
{%- capture replacement -%}
|
2022-11-18 17:16:35 +03:00
|
|
|
"{{ site.img_cdn | append: '/' | append: img_path | replace: '//', '/' | absolute_url }}"
|
2022-11-17 02:31:05 +03:00
|
|
|
{%- endcapture -%}
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
{% assign seo_tags = seo_tags | replace: target, replacement %}
|
2022-03-16 14:43:23 +03:00
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
{{ seo_tags }}
|
2020-01-08 21:48:57 +03:00
|
|
|
|
2019-09-30 15:38:41 +03:00
|
|
|
<title>
|
2020-05-29 19:48:10 +03:00
|
|
|
{%- unless page.layout == "home" -%}
|
|
|
|
{{ page.title | append: " | "}}
|
|
|
|
{%- endunless -%}
|
|
|
|
{{ site.title }}
|
2019-09-30 15:38:41 +03:00
|
|
|
</title>
|
|
|
|
|
|
|
|
{% include favicons.html %}
|
|
|
|
|
2022-02-09 17:32:50 +03:00
|
|
|
{% if site.resources.ignore_env != jekyll.environment and site.resources.self_hosted %}
|
|
|
|
|
|
|
|
<link href="{{ site.data.assets[origin].webfonts | relative_url }}" rel="stylesheet">
|
|
|
|
|
|
|
|
{% else %}
|
|
|
|
|
|
|
|
{% for cdn in site.data.assets[origin].cdns %}
|
|
|
|
<link rel="preconnect" href="{{ cdn.url }}" {{ cdn.args }}>
|
|
|
|
<link rel="dns-prefetch" href="{{ cdn.url }}" {{ cdn.args }}>
|
|
|
|
{% endfor %}
|
|
|
|
|
2022-06-02 15:55:34 +03:00
|
|
|
<link rel="stylesheet" href="{{ site.data.assets[origin].webfonts | relative_url }}">
|
2022-02-09 17:32:50 +03:00
|
|
|
|
|
|
|
{% endif %}
|
2019-11-25 15:56:50 +03:00
|
|
|
|
2020-05-29 19:48:10 +03:00
|
|
|
<!-- GA -->
|
2022-01-14 14:01:22 +03:00
|
|
|
{% if jekyll.environment == 'production'
|
|
|
|
and site.google_analytics.id != empty and site.google_analytics.id %}
|
2019-11-25 15:56:50 +03:00
|
|
|
<link rel="preconnect" href="https://www.google-analytics.com" crossorigin="use-credentials">
|
|
|
|
<link rel="dns-prefetch" href="https://www.google-analytics.com">
|
|
|
|
|
|
|
|
<link rel="preconnect" href="https://www.googletagmanager.com" crossorigin="anonymous">
|
|
|
|
<link rel="dns-prefetch" href="https://www.googletagmanager.com">
|
|
|
|
|
2021-04-06 09:05:55 +03:00
|
|
|
{% if site.google_analytics.pv.proxy_endpoint %}
|
|
|
|
{% assign proxy_url = site.google_analytics.pv.proxy_endpoint
|
2022-02-09 17:32:50 +03:00
|
|
|
| replace: "https://", "" | split: "/" | first | prepend: "https://" %}
|
2021-04-06 09:05:55 +03:00
|
|
|
<link rel="preconnect" href="{{ proxy_url }}" crossorigin="use-credentials">
|
|
|
|
<link rel="dns-prefetch" href="{{ proxy_url }}">
|
2019-11-25 15:56:50 +03:00
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
|
2020-05-29 19:48:10 +03:00
|
|
|
<!-- Bootstrap -->
|
2022-06-02 15:55:34 +03:00
|
|
|
<link rel="stylesheet" href="{{ site.data.assets[origin].bootstrap.css | relative_url}}">
|
2020-05-26 12:49:50 +03:00
|
|
|
|
2020-05-29 19:48:10 +03:00
|
|
|
<!-- Font Awesome -->
|
2022-06-02 15:55:34 +03:00
|
|
|
<link rel="stylesheet" href="{{ site.data.assets[origin].fontawesome.css | relative_url }}">
|
2022-02-09 17:32:50 +03:00
|
|
|
|
|
|
|
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
|
2019-09-30 15:38:41 +03:00
|
|
|
|
2022-02-09 17:32:50 +03:00
|
|
|
{% if site.toc and page.toc %}
|
2022-06-02 15:55:34 +03:00
|
|
|
<link rel="stylesheet" href="{{ site.data.assets[origin].bootstrap-toc.css | relative_url }}">
|
2022-02-09 17:32:50 +03:00
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
{% if page.layout == 'page' or page.layout == 'post' %}
|
|
|
|
<!-- Manific Popup -->
|
2022-06-02 15:55:34 +03:00
|
|
|
<link rel="stylesheet" href="{{ site.data.assets[origin].magnific-popup.css | relative_url }}">
|
2022-02-09 17:32:50 +03:00
|
|
|
{% endif %}
|
2020-05-03 22:52:23 +03:00
|
|
|
|
2021-07-01 11:20:36 +03:00
|
|
|
<!-- JavaScript -->
|
2019-09-30 15:38:41 +03:00
|
|
|
|
2022-06-02 15:55:34 +03:00
|
|
|
<script src="{{ site.data.assets[origin].jquery.js | relative_url }}"></script>
|
2019-09-30 15:38:41 +03:00
|
|
|
|
2022-03-03 15:54:44 +03:00
|
|
|
{% unless site.theme_mode %}
|
|
|
|
{% include mode-toggle.html %}
|
|
|
|
{% endunless %}
|
2020-10-25 21:24:32 +03:00
|
|
|
</head>
|