Skip to content

Commit

Permalink
adds better placement of CSS file
Browse files Browse the repository at this point in the history
  • Loading branch information
edelstone committed Sep 15, 2024
1 parent 6f93017 commit c367b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
<link rel="stylesheet" href="/css/normalize.css">
<link rel="stylesheet" href="/css/fonts.css">
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/css/dark.css">
{% if main %}
<link rel="stylesheet" href="/css/carbon.css">
{% else %}
<link rel="stylesheet" href="/css/carbon-alt.css">
{% endif %}
<link rel="stylesheet" href="/css/dark.css">
<title>{% if not main %}{{ title }} | {% endif %}{{ site.name }}</title>

0 comments on commit c367b63

Please sign in to comment.