We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05a92f2 commit f69dd7bCopy full SHA for f69dd7b
templates/partials/head.html
@@ -21,6 +21,11 @@
21
<link rel="stylesheet" href="{{ get_url(path=i , trailing_slash=false, cachebust=true) | safe }}" />
22
{%- endfor %}{%- endif %}
23
24
+ {%- if page.extra.stylesheets %}{%- set pagestylesheets=page.extra.stylesheets -%}{%- endif %}
25
+ {%- if pagestylesheets %}{%- for i in pagestylesheets %}
26
+ <link rel="stylesheet" href="{{ get_url(path=i , trailing_slash=false, cachebust=true) | safe }}" />
27
+ {%- endfor %}{%- endif %}
28
+
29
30
31
0 commit comments