From dd9aeadf6072b5262de4396ea01061294316eec4 Mon Sep 17 00:00:00 2001 From: joak Date: Fri, 15 Aug 2025 04:04:51 +0200 Subject: correctin caption video and images --- templates/blocks/video.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/blocks/video.html b/templates/blocks/video.html index b906e9d..55c55e5 100644 --- a/templates/blocks/video.html +++ b/templates/blocks/video.html @@ -1,9 +1,11 @@
- {%if this.caption %}

{{ this.caption }}

{% endif %}
+ {% if this.caption %} +
{{this.caption}}
+ {% endif %}
-- cgit v1.2.3