I’m trying to add Quora Pixel in between my two tags, but I can’t find the bottom one. Can someone look at this code and see what is wrong?
{% include ‘teeinblue-scripts’ %}
{% capture content %}
{% if current_tags %}{% assign meta_tags = current_tags | join: ', ’ %}{% endif %}
{% if template contains "index" %}{{ page_title }}{% else %}{{ page_title }}{% if current_tags %} {{ 'general.meta.tagged_html' | t: tags: meta_tags }}{% endif %}{% if current_page != 1 %} {{ 'general.meta.page' | t: page_number: current_page }}{% endif %}{% unless page_title contains shop.name %} - {{ shop.name }}{% endunless %}{% endif %}{% if settings.enable_shopify_review_comments %}
{% endif %}{% if page_description %}
{% endif %}
{% if settings.favicon != nil %}
{% else %} {% endif %}{% if template contains ‘customer’ %}
{{ “shopify_common.js” | shopify_asset_url | script_tag }}
{{ “customer_area.js” | shopify_asset_url | script_tag }}
{% endif %}
{{ content_for_header }}
{% if template == ‘product’ and product.metafields.inventory.ShappifyHidden or product.type contains ‘HIDDEN’ %}{% endif %}
{%- render ‘bold-options-hybrid’ -%}
{%- render ‘bold-common’ -%}
{% render ‘social-meta-info’ %}
{% if collection.previous_product %}{% endif %}
{% if collection.next_product %}{% endif %}
{{ ‘styles.scss.css’ | asset_url | stylesheet_tag }}
{% if template contains “index” %}
{% assign feature_image = true %}
{% elsif template contains “collection” %}
{% assign feature_image = true %}
{% elsif template contains “blog” %}
{% assign feature_image = true %}
{% elsif template contains “article” %}
{% assign feature_image = true %}
{% elsif template contains “contact” %}
{% assign feature_image = true %}
{% elsif template contains “product” %}
{% assign feature_image = true %}
{% elsif template contains “gallery” %}
{% assign feature_image = true %}
{% elsif template contains “banner” %}
{% assign feature_image = true %}
{% elsif template contains “details” %}
{% assign feature_image = true %}
{% elsif template contains “faq” %}
{% assign feature_image = true %}
{% elsif template contains “search” %}
{% assign feature_image = true %}
{% elsif template contains “cart” %}
{% assign feature_image = true %}
{% else %}
{% assign feature_image = false %}
{% endif %}
.multi_select,
form .select {
display: block !important;
}
.image-element__wrap {
display: none;
}
{% section ‘header’ %}
{% if settings.mega_menu_2 %}
{% section ‘mega-menu-2’ %}
{% endif %}
{% if settings.mega_menu_3 %}
{% section ‘mega-menu-3’ %}
{% endif %}
{% if settings.mega_menu_4 %}
{% section ‘mega-menu-4’ %}
{% endif %}
{% if settings.mega_menu_5 %}
{% section ‘mega-menu-5’ %}
{% endif %}
{% unless feature_image %}
{{ content_for_layout }}
{% unless template contains ‘index’ or settings.secondary_newsletter_banner == false %}
{% section ‘newsletter’ %}
{% endunless %}
{% section ‘footer’ %}
{% if settings.size_chart != blank and template contains ‘product’ %}
{% render ‘popup-size-chart’ %}
{% endif %}
{% if settings.newsletter_popup %}
{% render ‘popup-newsletter’ %}
{% endif %}
{% if settings.quick_shop_enabled %}
{% render ‘popup-quick-shop’ %}
{% endif %}
{% if settings.disqus_enabled %}
{% if template contains “blog” or template contains “article” or template contains “index” %}
{% endif %}
{% endif %}
{% if settings.show_multiple_currencies or settings.show_shipping_calculator %}
{% endif %}
{%- if settings.show_multiple_currencies or shop.enabled_currencies.size > 1 -%}
{%- endif -%}
{% if settings.show_shipping_calculator and template contains “cart” %}
{% render ‘cart-shipping-scripts’ %}
{% endif %}
{% unless settings.performance == “sport” or template contains “customer” %}
{% endunless %}
{% include 'judgeme_core' %}{{ shop.metafields.loox[“global_html_body”] }}
{% endcapture %} {% assign content = content | replace_first: '<!DOCTYPE', '!DOCTYPE' | split: ' <' %} {% for html in content %}{% assign htmlblock = html | strip | prepend: ' <' %}{{htmlblock | replace: ' </', '