Skip to content

Commit

Permalink
Include CSS for page bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkcuys committed Feb 21, 2024
1 parent 24bcfd0 commit dc8e7e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
{% for bundle in layout.bundles %}
<link rel="stylesheet" href="{{site.data.bundles[bundle]['css']}}" />
{% endfor %}
{% for bundle in page.bundles %}
<link rel="stylesheet" href="{{site.data.bundles[bundle]['css']}}" />
{% endfor %}



<link rel="shortcut icon" type="image/png" href="{{site.baseurl}}/assets/images/favicon.png">
Expand Down

0 comments on commit dc8e7e1

Please sign in to comment.