Browse Source

Don't show the galleria container if there are no medias (fix #484)

pull/487/head
Simon Conseil 3 years ago
parent
commit
9cd25ea1ee
  1. 2
      src/sigal/themes/galleria/templates/album_items.html

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

@ -3,7 +3,9 @@
title="Fullscreen" alt="Fullscreen (f)" /></a>
</div>
{% include 'map.html' %}
{% if album.medias %}
<div id="gallery"></div>
{% endif %}
{% include 'download_zip.html' %}

Loading…
Cancel
Save