diff --git a/_includes/head.html b/_includes/head.html index d5dabfb..2a0e889 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -12,51 +12,74 @@ {% endif %} + + - - - - - - - - - + {% if page.common-ext-css %} + {% for css in page.common-ext-css %} + + {% endfor %} + {% endif %} {% if layout.common-ext-css %} {% for css in layout.common-ext-css %} {% endfor %} - {% endif %} + {% endif %} + {% if page.common-css %} + {% for css in page.common-css %} + + {% endfor %} + {% endif %} {% if layout.common-css %} {% for css in layout.common-css %} {% endfor %} - {% endif %} + {% endif %} + {% if page.common-googlefonts %} + {% for font in page.common-googlefonts %} + + {% endfor %} + {% endif %} {% if layout.common-googlefonts %} {% for font in layout.common-googlefonts %} - + {% endfor %} {% endif %} + {% if page.ext-css %} + {% for css in page.ext-css %} + + {% endfor %} + {% endif %} {% if layout.ext-css %} {% for css in layout.ext-css %} {% endfor %} {% endif %} + {% if page.css %} + {% for css in page.css %} + + {% endfor %} + {% endif %} {% if layout.css %} {% for css in layout.css %} {% endfor %} {% endif %} - {% if layout.googlefonts %} - {% for font in layout.googlefonts %} - + {% if page.googlefonts %} + {% for font in page.googlefonts %} + {% endfor %} {% endif %} + {% if layout.googlefonts %} + {% for font in layout.googlefonts %} + + {% endfor %} + {% endif %}