We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84ca952 + 0898c01 commit 2eccfe0Copy full SHA for 2eccfe0
src/sigal/themes/galleria/templates/album_items.html
@@ -27,7 +27,7 @@
27
{% for media in album.medias -%}
28
{
29
title: "{{ media.title }}",
30
- description: "{{ img_description(media) | e }}",
+ description: {{ img_description(media) | tojson }},
31
thumb: "{{ media.thumbnail }}",
32
{% if media.big %}
33
big: "{{ media.big_url }}",
0 commit comments