Skip to content

Instantly share code, notes, and snippets.

@rodde177
Created March 13, 2015 08:17
Show Gist options
  • Save rodde177/deb407b49fa7772241c6 to your computer and use it in GitHub Desktop.
Save rodde177/deb407b49fa7772241c6 to your computer and use it in GitHub Desktop.
Add meta tag for google GWT
<reference name="head">
<block type="core/text" name="meta.gwt">
<action method="setText">
<text>
<![CDATA[<meta name="google-site-verification" content="some_hashed_string"/>]]>
</text>
</action>
</block>
</reference>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment