popov.link/_includes/head.html

25 lines
1.2 KiB
HTML
Raw Normal View History

2018-01-06 15:12:53 +03:00
<head>
<!-- Meta tags -->
2024-02-14 20:23:17 +03:00
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta content="text/html; charset=utf-8" http-equiv="content-type">
<meta content="width=device-width, initial-scale=1" name="viewport">
<meta content="index, follow" name="robots">
<!-- Title / Description -->
2024-02-14 20:33:46 +03:00
<meta content="{{- page.description | default: site.description | strip | normalize_whitespace | xml_escape -}}" name="description">
2024-02-14 10:38:24 +03:00
<title>{{- page.title | default: site.title | strip | normalize_whitespace | xml_escape -}}</title>
<!-- RSS -->
2024-02-14 20:33:46 +03:00
<link href="{{- site.rss | absolute_url | url_escape -}}" rel="alternate" title="RSS" type="application/atom+xml">
2024-02-14 02:38:59 +03:00
<!-- Canonical URL -->
2024-04-11 23:57:07 +03:00
<link href="{{- page.url | absolute_url | url_escape | replace: 'index.html', '' -}}" rel="canonical">
2024-02-14 14:19:17 +03:00
<!-- CSS -->
{%- include styles.html -%}
<!--[if lte IE 9]>
2024-02-14 13:12:06 +03:00
<script type="text/javascript" src="{{- '/assets/javascript/html5shiv-3.7.3.min.js' | relative_url | url_escape -}}"></script>
<script type="text/javascript" src="{{- '/assets/javascript/respond-1.4.2.min.js' | relative_url | url_escape -}}"></script>
<![endif]-->
2024-02-14 02:38:59 +03:00
</head>