I was trying to add a link to the head section of the liquid theme file. I must have made a mistake somewhere because all of my code is underlined like there is an issue and when I save it a message pops up saying there is a syntax issue but the error message is gone really fast so I cant read all of the message. I have tried to revert back the file to the original but the code is still underlined like there is an issue. Below is the code.
Thank you for the help in advance,
Ryan
{%- if settings.favicon != blank -%}
{%- endif -%}{%- render ‘seo-title’ -%}
{%- if page_description -%}
{%- endif -%}
{%- render ‘social-meta-tags’ -%}
{%- if shop.enabled_currencies.size > 1 -%}
{%- endif -%}{%- render ‘font-face’ -%}
{{ ‘theme.css’ | asset_url | stylesheet_tag: preload: true }}
{{ ‘next.css’ | asset_url | stylesheet_tag }}
{%- render ‘css-variables’ -%}
{%- liquid
assign enableSuperScript = false
unless shop.money_format contains ‘money’ or shop.money_format contains ‘.’
if settings.superscript_decimals
if shop.money_format contains ‘{{amount}}’ or shop.money_format contains ‘{{ amount }}’
assign enableSuperScript = true
elsif shop.money_format contains ‘{{amount_with_comma_separator}}’ or shop.money_format contains ‘{{ amount_with_comma_separator }}’
assign enableSuperScript = true
endif
endif
endunless
-%}
{{ content_for_header }}
{%- if request.page_type contains ‘customers/’ -%}
{%- endif -%}
{% if request.design_mode %}
{% endif %}
{% if settings.animate_page_transitions %}
{% endif %}
{{ ‘general.accessibility.skip_to_content’ | t }}
{%- sections ‘footer-group’ -%}
{%- liquid
render ‘video-modal’
render ‘photoswipe-template’
if settings.quick_add_enable
render ‘quick-add-modal’
endif
render ‘tool-tip’
-%}