diff --git a/templates/site/news/display.html.twig b/templates/site/news/display.html.twig index a0cc6d9b9..fbc86600b 100644 --- a/templates/site/news/display.html.twig +++ b/templates/site/news/display.html.twig @@ -62,9 +62,11 @@
-
- {{ article.chapeau|markdown_to_html }} -
+ {% if article.chapeau %} +
+ {{ article.chapeau|markdown_to_html }} +
+ {% endif %}
{{ article.contenu|markdown_to_html }}