Skip to content

Commit

Permalink
remove duplicate noindex tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rickydazla committed Jan 21, 2015
1 parent 307c34f commit 75d8151
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion layout/theme.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<html class="no-js" lang="en" itemscope itemtype="http://schema.org/{% case template %}{% when 'product' %}Product{% when 'blog' %}Blog{% else %}LocalBusiness{% endcase %}" prefix="og:http://ogp.me/ns#">
<!--<![endif]-->
<head>
{% if shop.url contains 'dev-url' %}<meta name="robots" content="noindex">{% endif %}
{% include 'meta' %}
{{ 'font-squirrel.css' | asset_url | stylesheet_tag }}
{{ 'mangled.scss.css' | asset_url | stylesheet_tag }}
Expand Down

0 comments on commit 75d8151

Please sign in to comment.