Skip to content

Commit

Permalink
fix css urls
Browse files Browse the repository at this point in the history
  • Loading branch information
le4ker committed Dec 7, 2024
1 parent cb6b540 commit 56fc810
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link href="/css/grayscale.css" rel="stylesheet" />
<link href="{{site.url}}/css/grayscale.css" rel="stylesheet" />

{% if page.layout == "post" %}
<link href="/css/everforest.css" rel="stylesheet" />
<link rel="stylesheet" href="/css/rrssb.css" />
<link href="{{site.url}}/css/everforest.css" rel="stylesheet" />
<link href="{{site.url}}/css/rrssb.css" rel="stylesheet" />
{% endif %}

<!-- Fonts -->
Expand Down

0 comments on commit 56fc810

Please # to comment.