Skip to content

Commit acedfc9

Browse files
committed
Use fixed URL path
Signed-off-by: Elmurod Talipov <elmurod.talipov@gmail.com>
1 parent dd47076 commit acedfc9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

_includes/head.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
</title>
1616

1717
<!-- CSS -->
18-
<link rel="stylesheet" href="{{ site.baseurl }}public/css/poole.css">
19-
<link rel="stylesheet" href="{{ site.baseurl }}public/css/syntax.css">
20-
<link rel="stylesheet" href="{{ site.baseurl }}public/css/blackdoc.css">
18+
<link rel="stylesheet" href="/public/css/poole.css">
19+
<link rel="stylesheet" href="/public/css/syntax.css">
20+
<link rel="stylesheet" href="/public/css/blackdoc.css">
2121
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Abel|Roboto|Roboto+Condensed:300|Pacifico&display=swap">
2222
<!-- Icons -->
23-
<link rel="shortcut icon" href="{{ site.baseurl }}public/favicon.ico">
23+
<link rel="shortcut icon" href="/public/favicon.ico">
2424

2525
<!-- RSS -->
2626
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">

0 commit comments

Comments
 (0)