diff --git a/templates/page.html b/templates/page.html
index 7453b07..3821ba0 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -45,10 +45,10 @@
- {% if extra.author.name %}
- {{ extra.author.name }}
- {% if extra.author.avatar %}
-
+ {% if page.extra.author.name %}
+ {{ page.extra.author.name }}
+ {% if page.extra.author.avatar %}
+
{% endif %}
{% else %}
{{ config.extra.default_author.name }}