diff --git a/_includes/head.html b/_includes/head.html
index 2a0e889..ae929a1 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -12,36 +12,19 @@
{% 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 %}
- {% if page.common-css %}
- {% for css in page.common-css %}
-
- {% endfor %}
- {% endif %}
{% if layout.common-css %}
{% for css in layout.common-css %}
{% endfor %}
{% endif %}
- {% if page.common-googlefonts %}
- {% for font in page.common-googlefonts %}
-
- {% endfor %}
- {% endif %}
{% if layout.common-googlefonts %}
{% for font in layout.common-googlefonts %}
@@ -53,34 +36,19 @@
{% 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 page.googlefonts %}
{% for font in page.googlefonts %}
{% endfor %}
{% endif %}
- {% if layout.googlefonts %}
- {% for font in layout.googlefonts %}
-
- {% endfor %}
- {% endif %}
-
+