Browse Source

Update album_items.html

pull/438/head^2
thomasdn 5 years ago committed by GitHub
parent
commit
5e9ba3e3bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      sigal/themes/galleria/templates/album_items.html

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

@ -23,6 +23,7 @@
{% endif %}
{% block late_js %}
{% if album.medias %}
{% macro img_description(media) -%}
{%- if media.big -%}<a href='{{ media.big_url }}'>Full size</a>{%- endif -%}
{# clean up tags and whitespace, including newlines, in the description #}
@ -228,4 +229,5 @@
Galleria.run("#gallery", {dataSource: data});
</script>
{% endif %}
{% endblock %}

Loading…
Cancel
Save