Hi Tim.
This is what I have on my themeliquid:
type=“image/png” />
{% if template contains ‘index’ %}
{% if page_title != blank and page_title != ‘Welcome’ %}
{{ page_title }}
{% else %}
{{ shop.name }}
{% endif %}
{% elsif template == ‘404’ %}
Page Not Found - {{ shop.name }}
{% else %}
{{ page_title }} - {{ shop.name }}
{% endif %}
{% if page_description %}
{% endif %}
{% include ‘social-meta-tags’ %}
{{ 'bootstrap.min.css' | asset_url | stylesheet_tag }}
{% if template contains 'collection' %}
{{ 'bootstrap-select.min.css' | asset_url | stylesheet_tag }}
{% endif %}
{{ ‘techmarket-icon.css’ | asset_url | stylesheet_tag }}
{{ ‘font-awesome.min.css’ | asset_url | stylesheet_tag }}
{{ ‘owl.carousel.min.css’ | asset_url | stylesheet_tag }}
{{ ‘ultramegamenu.css’ | asset_url | stylesheet_tag }}
{{ ‘effect.css’ | asset_url | stylesheet_tag }}
{{ ‘magnific-popup.css’ | asset_url | stylesheet_tag }}
{{ ‘styles.scss.css’ | asset_url | stylesheet_tag }}
{% if template contains ‘product’ %}
{{ ‘jquery.fancybox.css’ | asset_url | stylesheet_tag }}
{%endif%}
{{ ‘animate.css’ | asset_url | stylesheet_tag }}
{{ ‘color-config.scss.css’ | asset_url | stylesheet_tag }}
{{ content_for_header }}
{% include ‘oldIE-js’ %}
{{ ‘vendor.js’ | asset_url | script_tag }}
{{ ‘bootstrap.min.js’ | asset_url | script_tag }}
{% if template contains ‘customers’ %}
{{ ‘shopify_common.js’ | shopify_asset_url | script_tag }}
{% endif %}
{% if settings.basic_font == ‘google’%}
rel=‘stylesheet’ type=‘text/css’>
{% endif %}
{% if settings.heading_font == ‘google’%}
rel=‘stylesheet’ type=‘text/css’>
{% endif %}
{% include ‘translator’ %}
{% if settings.product_color_swatches_enable != blank %}
.product-view .product-options .selector-wrapper {
display: none;
}
{% endif %}
{% if settings.disable_responsive == ‘yes’%}
.container{
width:1170px!important;
}
{% endif %}
{{settings.custom_style_1}}
{{settings.custom_style_2}}
{% section ‘header’ %}
{% if settings.home_sidebar_position != ‘none’ and template
contains ‘index’ %}
{{ content_for_layout }}
{% include ‘home-sidebar’ %}
{%else%}
{{ content_for_layout }}
{%endif%}
{% section ‘footer’ %}
{% if template contains ‘index’ and settings.newsletter_enable == ‘1’ %}
{% include ‘newsletter-popup’ %}
{% elsif settings.newsletter_enable == ‘2’ %}
{% include ‘newsletter-popup’ %}
{% endif %}
{% include ‘box-popup’ %}
{% if template == ‘collection’ or template contains ‘collection.’ %}
{{ ‘shopify_common.js’ | asset_url | script_tag }}
{{ ‘jquery.history.min.js’ | asset_url | script_tag }}
{{ ‘bootstrap-select.js’ | asset_url | script_tag }}
{% endif %}
{{ ‘theme-scripts.js’ | asset_url | script_tag }}
{{ “jquery.elevatezoom.min.js” | asset_url | script_tag }}
{% if template contains ‘product’ %}
{{ “jquery.fancybox.pack.js” | asset_url | script_tag }}
{%endif%}
{{ ‘option_selection.js’ | asset_url | script_tag }}
{{ ‘theme.js’ | asset_url | script_tag }}
{{ ‘api.jquery.js’ | shopify_asset_url | script_tag }}
{% include ‘currency’ %}
{% include ‘linked-options’ %}
{% include ‘search-autocomplete’ %}
{% if settings.admin_helper_panel != blank %}
{{ ‘admin-panel.js’ | asset_url | script_tag }}
{% endif %}