mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-16 20:20:53 +08:00
14 lines
538 B
Plaintext
14 lines
538 B
Plaintext
if theme.google_site_verification
|
|
meta(name="google-site-verification" content=theme.google_site_verification)
|
|
|
|
if theme.bing_site_verification
|
|
meta(name="msvalidate.01" content=theme.bing_site_verification)
|
|
|
|
if theme.baidu_site_verification
|
|
meta(name="baidu-site-verification" content=theme.baidu_site_verification)
|
|
|
|
if theme.qihu_site_verification
|
|
meta(name="360-site-verification" content=theme.qihu_site_verification)
|
|
|
|
if theme.yandex_site_verification
|
|
meta(name="yandex-verification" content=theme.yandex_site_verification) |