Skip to content

Commit 5858d7a

Browse files
committed
Fix CSS stylesheet link for GitHub Pages
1 parent 18f9592 commit 5858d7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_includes/head.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,6 @@
1616

1717
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
1818
<link rel="stylesheet" href="/main.css">
19+
<link rel="stylesheet" href="main.css">
20+
<link rel="stylesheet" href="../main.css">
1921
</head>

0 commit comments

Comments
 (0)