Here is the code:
{%- render 'layouthub_header' -%}
{% include 'kiwiSizing' %}
{% if settings.favicon %}
{% endif %}
{{ page_title }}{% if current_tags %}{% assign meta_tags = current_tags | join: ', ' %} – {{ 'general.meta.tags' | t: tags: meta_tags }}{% endif %}{% if current_page != 1 %} – {{ 'general.meta.page' | t: page: current_page }}{% endif %}{% unless page_title contains shop.name %} – {{ shop.name }}{% endunless %}
{% if page_description %}
{% endif %}
{% include ‘social-meta-tags’ %}
{{ ‘timber.scss.css’ | asset_url | stylesheet_tag }}
{{ ‘theme.scss.css’ | asset_url | stylesheet_tag }}
{{ ‘jquery-2.2.3.min.js’ | asset_url | script_tag }}
{{ content_for_header }}
{{ ‘modernizr.min.js’ | asset_url | script_tag }}
{% comment %}
If you store has customer accounts disabled, you can remove the following JS file
{% endcomment %}
{% if request.page_type contains ‘customers/’ %}
{{ ‘shopify_common.js’ | shopify_asset_url | script_tag }}
{% endif %}
{% include ‘judgeme_core’ %}
{% include ‘pagefly-header’ %}
{% include ‘booster-common’ %}
{% comment %}
Add the page template as a class for easy page or template specific styling.
{% endcomment %}
{% section ‘header’ %}
{{ 'cart.general.title' | t }}
{{ 'cart.general.close_cart' | t }}
{% unless request.page_type == "index" %}
{% endunless %}
{{ content_for_layout }}
{% unless request.page_type == "index" %}
{% endunless %}
{% section ‘footer’ %}
{% comment %}
Template-specific js
{% endcomment %}
{% comment %}
Ajaxify your cart with this plugin.
Documentation:
{% if request.page_type == ‘product’ or request.page_type == ‘index’ %}
{% endif %}
{% include 'search-bar', search_btn_style: 'btn', search_bar_location: 'search-bar--modal' %}
- {{ 'general.accessibility.refresh_page' | t }}
- {{ 'general.accessibility.selection_help' | t }}
- {{ 'home_page.slideshow.navigation_instructions' | t }}
{{ '//cdn.shopify.com/s/files/1/0194/1736/6592/t/1/assets/booster-page-speed-optimizer.js?23' | script_tag }}
{%- render 'layouthub_footer' -%}