From f7f8df08084af76b08b75a4941f6a4920655abd2 Mon Sep 17 00:00:00 2001 From: Thomas Chartron Date: Thu, 11 Nov 2021 19:13:15 +0100 Subject: [PATCH] update --- templates/page.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 }}