Browse Source

Update album_items.html

Change to make html links in md photo description files work.
pull/533/head
spyros1973 12 months ago committed by GitHub
parent
commit
0898c01061
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