diff options
author | Bradley Taunt <brad@serpapi.com> | 2024-06-13 14:57:38 -0400 |
---|---|---|
committer | Bradley Taunt <brad@serpapi.com> | 2024-06-13 14:57:38 -0400 |
commit | 26c7db12364e8eba08e2f8e85bb534ed735a0be8 (patch) | |
tree | 0e1d2f6e2456ca2266993eef72881057ee5b3dd9 /_includes/head.html | |
parent | a134c38317e808d6535af990cc505dab1bc7bbfe (diff) |
Major overhaul and cleanups
Diffstat (limited to '_includes/head.html')
-rw-r--r-- | _includes/head.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/_includes/head.html b/_includes/head.html index 283424c..b7a9786 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -2,10 +2,9 @@ <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" href="{{ '/assets/css/style.css' | relative_url }}"> + <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> |