From 8bca099037b38b9b19b1d77a5e51f6b5772779ef 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 28a6fcf8..79c11b7e 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 %}