From 5505856982d13d56bc755204105d242c1f35fa21 Mon Sep 17 00:00:00 2001 From: tracer Date: Thu, 3 Nov 2022 19:19:10 +0100 Subject: [PATCH] modified quotes display --- templates/themes/default/base.html.twig | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/themes/default/base.html.twig b/templates/themes/default/base.html.twig index 3d6e4c6..745287b 100644 --- a/templates/themes/default/base.html.twig +++ b/templates/themes/default/base.html.twig @@ -82,14 +82,14 @@ {% endfor %} +
{% block body %} -

Quote of the Moment

-
- {# #} -

- {{ quote | raw }} -

+ +

Quote of the Moment

+
+
+ {{ quote | raw | nl2br }}
{% endblock %}