From 0898c010614cee1ce2d0860dd26c6763ff8c476b Mon Sep 17 00:00:00 2001 From: spyros1973 Date: Fri, 4 Apr 2025 22:47:13 +0300 Subject: [PATCH] Update album_items.html Change to make html links in md photo description files work. --- src/sigal/themes/galleria/templates/album_items.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sigal/themes/galleria/templates/album_items.html b/src/sigal/themes/galleria/templates/album_items.html index 5c63cc4..a254f2a 100644 --- a/src/sigal/themes/galleria/templates/album_items.html +++ b/src/sigal/themes/galleria/templates/album_items.html @@ -27,7 +27,7 @@ {% for media in album.medias -%} { title: "{{ media.title }}", - description: "{{ img_description(media) | e }}", + description: {{ img_description(media) | tojson }}, thumb: "{{ media.thumbnail }}", {% if media.big %} big: "{{ media.big_url }}",