diff --git a/templates/partials/head.html b/templates/partials/head.html index 1b95cc87..668b8118 100644 --- a/templates/partials/head.html +++ b/templates/partials/head.html @@ -21,6 +21,11 @@ {%- endfor %}{%- endif %} + {%- if page.extra.stylesheets %}{%- set pagestylesheets=page.extra.stylesheets -%}{%- endif %} + {%- if pagestylesheets %}{%- for i in pagestylesheets %} + + {%- endfor %}{%- endif %} +