correct css inclustion absolute pathing
authorDylan Lloyd <dylan@disinclined.org>
Fri, 3 Feb 2023 23:58:54 +0000 (18:58 -0500)
committerDylan Lloyd <dylan@disinclined.org>
Fri, 3 Feb 2023 23:58:54 +0000 (18:58 -0500)
_includes/head.html

index 8157fbe..665b921 100644 (file)
@@ -5,6 +5,6 @@
 
   <title>{{ site.title }}</title>
   <link rel="icon" href="/favicon.ico" type="image/png">
-  <link href='main.css' rel='stylesheet' type='text/css'>
+  <link href='/main.css' rel='stylesheet' type='text/css'>
   <script src='/assets/index.js'></script>
 </head>