We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829b26d commit 7482a17Copy full SHA for 7482a17
app/views/layouts/application.html.haml
@@ -14,6 +14,7 @@
14
%meta{ content: page_keywords(yield(:page_keywords)), name: 'keywords' }
15
%meta{ name: 'google', value: 'notranslate' }
16
%meta{ name: 'twitter:account_id', content: ENV['TWITTER_ACCOUNT_ID'] }
17
+ %meta{ name: 'google-site-verification', content: ENV['GOOGLE_SITE_VERIFICATION'] }
18
19
= stylesheet_link_tag 'application'
20
= csrf_meta_tag
0 commit comments