Skip to content

Commit

Permalink
changed head as in poole/hyde#213
Browse files Browse the repository at this point in the history
  • Loading branch information
aliaksandrkazlou committed May 15, 2020
1 parent 8124ed8 commit 5d76a99
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@
</title>

<!-- CSS -->
<link rel="stylesheet" href="{{ site.baseurl }}public/css/poole.css">
<!--<link rel="stylesheet" href="{{ site.baseurl }}public/css/poole.css">
<link rel="stylesheet" href="{{ site.baseurl }}public/css/syntax.css">
<link rel="stylesheet" href="{{ site.baseurl }}public/css/hyde.css">
<link rel="stylesheet" href="{{ site.baseurl }}public/css/hyde.css">-->
<link rel="stylesheet" href="{{ "/public/css/poole.css" | relative_url }}">
<link rel="stylesheet" href="{{ "/public/css/syntax.css" | relative_url }}">
<link rel="stylesheet" href="{{ "/public/css/hyde.css"| relative_url }}">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">

<!-- Icons -->
Expand Down

0 comments on commit 5d76a99

Please sign in to comment.