Created
March 13, 2015 08:17
-
-
Save rodde177/deb407b49fa7772241c6 to your computer and use it in GitHub Desktop.
Add meta tag for google GWT
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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