From be2e6bc932bbbee1807c7f5d41a179b41918d39a Mon Sep 17 00:00:00 2001 From: Dean Attali Date: Sat, 4 Jun 2016 01:51:39 -0700 Subject: [PATCH] Update head.html --- _includes/head.html | 36 ++---------------------------------- 1 file changed, 2 insertions(+), 34 deletions(-) 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 %} - +