From 8c7b2f3f90b3d9220456c8e57b77e89837a129ce Mon Sep 17 00:00:00 2001 From: Benjamin Staneck Date: Wed, 25 Dec 2019 09:15:18 +0100 Subject: [PATCH] Removed `first` filter from meta name content (#1407) Fixes #1324 --- 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 bcc992e90..15acc70aa 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 2cb36ee4a..c44c7474b 100644 --- a/src/base.html +++ b/src/base.html @@ -67,7 +67,7 @@ {% if page and page.meta and page.meta.author %} - + {% elif config.site_author %} {% endif %}