diff --git a/files/templates/util/html_head.html b/files/templates/util/html_head.html
index d4da3a6db..3df02b1f8 100644
--- a/files/templates/util/html_head.html
+++ b/files/templates/util/html_head.html
@@ -25,9 +25,8 @@
'"', title, '"'] | join %}
{% endif %}
- {% set author, description, a_author, published, modified, url =
- '@'+p.author_name, p.plainbody(v), '@'+p.author_name,
- p.created_datetime, p.edited_string, p.permalink %}
+ {% set description, published, modified, url =
+ p.plainbody(v), p.created_datetime, p.edited_string, p.permalink %}
{% elif '@' in request.path and u %}
{% set author, a_author, published, url, title, image, section =