diff options
| author | Bradley Taunt <bt@btxx.org> | 2024-07-02 14:28:49 -0400 |
|---|---|---|
| committer | Bradley Taunt <bt@btxx.org> | 2024-07-02 14:28:49 -0400 |
| commit | dc6db80fa72286704849ef61ee0e5ccb5841cb09 (patch) | |
| tree | 9235d796229d49211c27a07b9d18585d503baa94 /_includes/head.html | |
| parent | 088c87bcb58be576308da503d4f11a68843c5013 (diff) | |
Conversion to barf for testing purposes
Diffstat (limited to '_includes/head.html')
| -rw-r--r-- | _includes/head.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/_includes/head.html b/_includes/head.html deleted file mode 100644 index 33002b3..0000000 --- a/_includes/head.html +++ /dev/null @@ -1,11 +0,0 @@ -<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 }} ·{% endif %} {{ site.meta_title | escape }}</title> -</head> |
