Skip to content

Commit 2eccfe0

Browse files
authored
Merge pull request #533 from spyros1973/patch-1
Update album_items.html
2 parents 84ca952 + 0898c01 commit 2eccfe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sigal/themes/galleria/templates/album_items.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
{% for media in album.medias -%}
2828
{
2929
title: "{{ media.title }}",
30-
description: "{{ img_description(media) | e }}",
30+
description: {{ img_description(media) | tojson }},
3131
thumb: "{{ media.thumbnail }}",
3232
{% if media.big %}
3333
big: "{{ media.big_url }}",

0 commit comments

Comments
 (0)