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 %}