diff --git a/_includes/head.html b/_includes/head.html index 8f35d02..3c1a1a1 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -1,115 +1,106 @@ {% if page.use-site-title %}{{ site.title }} {{ site.title-separator }} {{ site.description }}{% elsif page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} {% if page.subtitle %} {% endif %} {% include gtm_head.html %} {% if layout.common-ext-css %} {% for css in layout.common-ext-css %} {% include ext-css.html css=css %} {% endfor %} {% endif %} {% if layout.common-css %} {% for css in layout.common-css %} {% endfor %} {% endif %} {% if layout.common-googlefonts %} {% for font in layout.common-googlefonts %} {% endfor %} {% endif %} {% if page.ext-css %} {% for css in page.ext-css %} {% include ext-css.html css=css %} {% endfor %} {% endif %} {% if page.css %} {% for css in page.css %} {% endfor %} {% endif %} {% if page.googlefonts %} {% for font in page.googlefonts %} {% endfor %} {% endif %} {% if site.fb_app_id %} {% endif %} - {% if page.meta-title %} - - {% elsif page.title %} + {% if page.title %} {% else %} {% endif %} - {% if page.meta-description %} - - {% elsif page.subtitle %} + {% if page.subtitle %} {% else %} {% endif %} - {% if page.id %} {% else %} {% endif %} {% if page.share-img %} {% endif %} - {% if page.meta-title %} - - {% elsif page.title %} + {% if page.title %} {% else %} {% endif %} - {% if page.meta-description %} - - {% elsif page.subtitle %} + {% if page.subtitle %} {% else %} {% endif %} {% if page.share-img %} {% endif %}