From bd712ca794412f3339889138eb2094562f3982bc Mon Sep 17 00:00:00 2001 From: squidfunk Date: Mon, 23 Dec 2019 19:54:01 +0100 Subject: [PATCH] Fixed author in metadata only showing first character --- material/base.html | 2 +- src/base.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/material/base.html b/material/base.html index 69321639d..dad1b3301 100644 --- a/material/base.html +++ b/material/base.html @@ -26,7 +26,7 @@ {% endif %} {% if page and page.meta and page.meta.author %} - + {% elif config.site_author %} {% endif %} diff --git a/src/base.html b/src/base.html index fee47943a..1f48d6607 100644 --- a/src/base.html +++ b/src/base.html @@ -66,7 +66,7 @@ {% if page and page.meta and page.meta.author %} - + {% elif config.site_author %} {% endif %}