aboutsummaryrefslogtreecommitdiffhomepage
path: root/_includes/head.html
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-01 16:23:43 -0400
committerBradley Taunt <bt@btxx.org>2024-07-01 16:23:43 -0400
commit088c87bcb58be576308da503d4f11a68843c5013 (patch)
tree4299b974a40b22fcc9d1d2df0a67810f1e61d50c /_includes/head.html
Initial new commit
Diffstat (limited to '_includes/head.html')
-rw-r--r--_includes/head.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/_includes/head.html b/_includes/head.html
new file mode 100644
index 0000000..33002b3
--- /dev/null
+++ b/_includes/head.html
@@ -0,0 +1,11 @@
+<head>
+ <meta charset="utf-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta name="color-scheme" content="dark light">
+ <link rel="stylesheet" type="text/css" href="/stylesheets/main.css">
+ <link rel="stylesheet" type="text/css" href="/stylesheets/pygments.css">
+ <link rel="icon" href="data:,">
+ {%- feed_meta -%}
+ <title>{% if page.title %}{{ page.title }} &middot;{% endif %} {{ site.meta_title | escape }}</title>
+</head>