{% set name = this.theme.site_name|url_encode %} {% set icon_192 = ((this.theme.icons_icon_png|length)?this.theme.icons_icon_png.thumb(192,auto):'assets/demo/icon-192.png'|theme)|url_encode %} {% set icon_512 = ((this.theme.icons_icon_png|length)?this.theme.icons_icon_png.path:'assets/demo/icon-512.png'|theme)|url_encode %} {% set data_url = 'data:application/manifest+json,'~'{"name":"'|url_encode~name~'","short_name":"'|url_encode~name~'","icons":[{"src":"'|url_encode~icon_192~'","type":"image/png","sizes":"192x192"},{"src":"'|url_encode~icon_512~'","type":"image/png","sizes":"512x512"}]}'|url_encode %} {# ESSENTIAL #} {% if this.page.meta_title %}{{ this.page.meta_title }}{% else %}{{ this.page.title }} | {{ this.theme.site_name }}{% endif %} {# OPEN GRAPH #} {% if baseFileName == 'post' %} {% set featured_image = post.featured_images.first.path %} {% else %} {% endif %} {# GOOGLE ANALYTICS (GLOBAL SITE TAG) #} {# GOOGLE FONTS LINK #} {% if this.theme.theming_google_fonts_enable == 1 %} {{ this.theme.theming_google_fonts_link|raw }} {% endif %} {# CSS #} {# CSS #} {# FAVICON AND APP ICONS #}