Add this somewhere in the <head></head> area of your theme.liquid file:
{% capture protocol %}{{ "reset.css" | asset_url | truncate: 5,'' }}{% endcapture %} {% if protocol == "https" %}<meta name="robots" content="noindex, follow" />{% endif %}
Add this somewhere in the <head></head> area of your theme.liquid file:
{% capture protocol %}{{ "reset.css" | asset_url | truncate: 5,'' }}{% endcapture %} {% if protocol == "https" %}<meta name="robots" content="noindex, follow" />{% endif %}