From e10f82e0e9e8f35c07996a00acdd0e615e58e5bc Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 7 Jan 2022 08:32:18 +0100 Subject: [PATCH] Fix typo --- system/templates/news.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/templates/news.html.twig b/system/templates/news.html.twig index 4f78c290..0ccb486f 100644 --- a/system/templates/news.html.twig +++ b/system/templates/news.html.twig @@ -3,7 +3,7 @@
{{ date|date(config.news_date_format) }} -
{{ title }}
- {% config.news_author and if author is not empty %} + {% if config.news_author and author is not empty %}
Author: {{ author }}
{% endif %}