remove email from author meta tag
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
{% if site.author.name %}
|
||||
<meta name="author" content="{{ site.author.name }}, {{ site.author.email }}" />
|
||||
<meta name="author" content="{{ site.author.name }}" />
|
||||
{% endif %}
|
||||
{% if theme_config.blog.slug ~ '/' in page.url %}
|
||||
<meta name="description" content="{{ page.summary | striptags }}">
|
||||
|
||||
Reference in New Issue
Block a user