6 lines
304 B
Plaintext
6 lines
304 B
Plaintext
|
<% if(theme.head.site_verification.google) { %>
|
||
|
<meta name="google-site-verification" content="<%= theme.head.site_verification.google %>" />
|
||
|
<% } %>
|
||
|
<% if(theme.head.site_verification.baidu) { %>
|
||
|
<meta name="baidu-site-verification" content="<%= theme.head.site_verification.baidu %>" />
|
||
|
<% } %>
|