Skip to content

Commit

Permalink
fix: relative_url loading for JavaScript
Browse files Browse the repository at this point in the history
  • Loading branch information
gvwilson committed Feb 3, 2024
1 parent f590c43 commit 6e77f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
<script src="https://kit.fontawesome.com/4eee35f757.js"></script>
<link rel="stylesheet" href="{{ '/res/tango.css' | relative_url }}" type="text/css">
<link rel="stylesheet" href="{{ '/res/site.css' | relative_url }}" type="text/css">
<script defer src="/res/site.js"></script>
<script defer src="{{ '/res/site.js' | relative_url }}"></script>
<title>{{ site.title }}{% unless page.home %} &middot; {{ page.title }}{% endunless %}</title>

0 comments on commit 6e77f24

Please sign in to comment.