{%- if FAVICON %} {% endif -%} {# Open Graph tags #} {% if USE_OPEN_GRAPH is not defined %} {% set USE_OPEN_GRAPH = True %} {% endif %} {% if USE_OPEN_GRAPH %} {% if OPEN_GRAPH_FB_APP_ID %} {% endif %} {% if article %} {% elif page %} {% else %} {% if OPEN_GRAPH_IMAGE %} {% endif %} {% endif %} {% endif -%} {% if ASSET_CSS %} {# put assets in a seperate file, otherwise it breaks if the assets #} {# plugin is not active #} {% include 'includes/assets-css.html' %} {% else %} {% if BOOTSTRAP_THEME %} {% else %} {% endif %} {# DISABLED -- moved this to my Bootstrap theme #} {% if DOCUTIL_CSS %} {% endif %} {# DISABLED -- moved this to my Bootstrap theme {% if TYPOGRIFY %} {% endif %} #} {% if CUSTOM_CSS %} {% endif %} {% if CUSTOM_CSS_LIST %} {% for custom_css in CUSTOM_CSS_LIST %} {% endfor %} {% endif %} {% endif -%} {% if FEED_ALL_ATOM %} {% endif %} {% if FEED_ALL_RSS %} {% endif -%}