Update album_items.html

This commit is contained in:
thomasdn
2021-08-19 16:38:17 +00:00
committed by GitHub
parent d98e130168
commit 5e9ba3e3bd

View File

@@ -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 %}