Browse Source

Merge pull request #533 from spyros1973/patch-1

Update album_items.html
pull/543/head
Simon Conseil 5 months ago committed by GitHub
parent
commit
2eccfe06b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/sigal/themes/galleria/templates/album_items.html

2
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 }}",

Loading…
Cancel
Save