remove email from author meta tag

This commit is contained in:
2023-09-28 11:59:53 +00:00
parent 6e8965a0c6
commit 2dbe2d79ec

View File

@@ -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 }}">