aboutsummaryrefslogtreecommitdiff
path: root/_includes/head.html
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-09-05 00:16:37 +0300
committerValentin Popov <valentin@popov.link>2024-09-05 00:16:37 +0300
commit7eff3fde5720eb23449e2f8c8ea0b8218efe4dde (patch)
treefbaedd693902c1a6d56a005b28b189ef76fe23f4 /_includes/head.html
parentecf9a15e77509d344ab4ee02ae0dbf8a116021f1 (diff)
downloadpopov.link-7eff3fde5720eb23449e2f8c8ea0b8218efe4dde.tar.xz
popov.link-7eff3fde5720eb23449e2f8c8ea0b8218efe4dde.zip
Initial Astro project
Diffstat (limited to '_includes/head.html')
-rw-r--r--_includes/head.html25
1 files changed, 0 insertions, 25 deletions
diff --git a/_includes/head.html b/_includes/head.html
deleted file mode 100644
index 9f65d57..0000000
--- a/_includes/head.html
+++ /dev/null
@@ -1,25 +0,0 @@
-<head>
- <!-- Meta tags -->
- <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 -->
- <meta content="{{- page.description | default: site.description | strip | normalize_whitespace | xml_escape -}}" name="description">
- <title>{{- page.title | default: site.title | strip | normalize_whitespace | xml_escape -}}</title>
-
- <!-- RSS -->
- <link href="{{- site.rss | absolute_url | url_escape -}}" rel="alternate" title="RSS" type="application/atom+xml">
-
- <!-- Canonical URL -->
- <link href="{{- page.url | absolute_url | url_escape | replace: 'index.html', '' -}}" rel="canonical">
-
- <!-- CSS -->
- {%- include styles.html -%}
-
- <!--[if lte IE 9]>
- <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]-->
-</head> \ No newline at end of file