Merge pull request #4554 from jekyll/google-site-verification
Add Google site verification meta
This commit is contained in:
commit
03a7e22b7e
2
Gemfile
2
Gemfile
|
@ -82,6 +82,6 @@ group :site do
|
|||
end
|
||||
gem "jemoji"
|
||||
gem "jekyll-sitemap"
|
||||
gem "jekyll-seo-tag"
|
||||
gem "jekyll-seo-tag", "~> 1.1"
|
||||
gem "jekyll-avatar"
|
||||
end
|
||||
|
|
|
@ -5,6 +5,7 @@ excerpt_separator: ""
|
|||
|
||||
gauges_id: 503c5af6613f5d0f19000027
|
||||
google_analytics_id: UA-50755011-1
|
||||
google_site_verification: onQcXpAvtHBrUI5LlroHNE_FP0b2qvFyPq7VZw36iEY
|
||||
|
||||
repository: https://github.com/jekyll/jekyll
|
||||
help_url: https://github.com/jekyll/jekyll-help
|
||||
|
|
Loading…
Reference in New Issue