{%- render 'stylesheets' -%} {%- if settings.favicon != blank -%} {%- endif -%} {% comment %} This a way to wait for main content to load when navigating to a new page so that the view transitions can work consistently {% endcomment %} {%- render 'meta-tags' -%} {%- render 'fonts' -%} {%- render 'scripts' -%} {%- render 'theme-styles-variables' -%} {%- render 'color-schemes' -%} {% comment %} CUSTOM CSS BY YASYFI ZEYD {% endcomment %} {{ 'custom.css' | asset_url | stylesheet_tag }} {% if request.design_mode %} {%- render 'theme-editor' -%} {% endif %} {{ content_for_header }} {% render 'flik-head' %}
{% render 'skip-to-content-link', href: '#MainContent', text: 'accessibility.skip_to_text' %}