description = "Head"
==
{# REQUIRED #}
{% if this.page.meta_title %}{{ this.page.meta_title }}{% else %}{{ this.page.title }} | {{ this.theme.site_name }}{% endif %}
{# OPEN GRAPH #}
{% if this.page.baseFileName == 'post' %}
{% else %}
{% endif %}
{# CRITICAL CSS #}
{% styles %}
{# GOOGLE FONTS LINK #}
{% if this.theme.google_fonts_enable == 1 %}
{{ this.theme.google_fonts_link|raw }}
{% endif %}
{# DEFER NON-CRITICAL CSS #}
{% if this.page.baseFileName == 'home' or this.page.baseFileName == 'post' %}
{% elseif this.page.baseFileName == 'maintenance'%}
{% else %}
{% endif %}
{# FAVICON AND APP ICONS #}