Skip to content

Commit

Permalink
feat: Add sougou webmaster tools
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyib committed Jan 30, 2020
1 parent a21e296 commit 0ce3569
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ baidu_site_verification:
# see http://zhanzhang.so.com/
qihu360_site_verification:

# Sougou Webmaster tools verification setting
# see http://zhanzhang.sogou.com/
sougou_site_verification:

# ---------------------------------------------------------------
# Menu config
# ---------------------------------------------------------------
Expand Down
2 changes: 2 additions & 0 deletions layout/_partials/head/head.pug
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ if theme.baidu_site_verification
meta(name="baidu-site-verification" content=theme.baidu_site_verification)
if theme.qihu360_site_verification
meta(name="360-site-verification" content=theme.qihu360_site_verification)
if theme.sougou_site_verification
meta(name="sogou_site_verification" content=theme.sougou_site_verification)

if theme.pwa && theme.pwa.enable
if theme.pwa.theme_color
Expand Down

0 comments on commit 0ce3569

Please sign in to comment.