Skip to content

Commit

Permalink
Remove meta google-site-verification
Browse files Browse the repository at this point in the history
We'll verify via the DNS.
  • Loading branch information
XhmikosR committed Nov 15, 2018
1 parent 00e7093 commit 494cb99
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions views/layout.pug
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ html(lang='en', prefix='og: http://ogp.me/ns#', itemscope, itemtype='http://sche
meta(charset='utf-8')
meta(name='viewport', content='width=device-width, initial-scale=1, shrink-to-fit=no')
meta(name='author', content=config.authors.map(author => author.name).join(', '))
meta(name='google-site-verification', content='GoWOPbhuU3D9P-yDUxKl1RLuR_vqJIdP_smWw51Wmdc')

-var pageDescription = description || config.description;

meta(name='description', content!=pageDescription)

title!=displayTitle(title)
Expand Down

0 comments on commit 494cb99

Please sign in to comment.