Hello! I want to remove shop name from all SEO Titles. I found that i need to edit liquid theme files, but I dont know how to manage it. here is my code:
Need some help here. thank you.
{%- render 'layouthub_header' -%} {% if settings.favicon_enable %} {% 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' %} {% include 'frame_header_styles' %} {% include 'frame_header_fonts' %} {% include 'frame_header_scripts' %} {%- if tinyscript -%}{{ content_for_header }}{%- else -%}{% render 'tiny-script-control' %}{%- endif -%} {% include 'frame_headers' %} {% include 'breadcrumb' %}{% unless template contains βindexβ or template contains βaboutβ %}
{% endunless %}
{% unless template contains 'index' or template contains 'about' %}
{% endunless %}
{{ content_for_layout }}
{% unless template contains 'index' or template contains 'about' %}
{% endunless %}