disinclined.org
/
git
/
disinclined.org.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dc8864
)
correct css inclustion absolute pathing
author
Dylan Lloyd
<dylan@disinclined.org>
Fri, 3 Feb 2023 23:58:54 +0000
(18:58 -0500)
committer
Dylan Lloyd
<dylan@disinclined.org>
Fri, 3 Feb 2023 23:58:54 +0000
(18:58 -0500)
_includes/head.html
patch
|
blob
|
history
diff --git
a/_includes/head.html
b/_includes/head.html
index
8157fbe
..
665b921
100644
(file)
--- a/
_includes/head.html
+++ b/
_includes/head.html
@@
-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>