Browse Source

photoswip_notitle - do not show album titles if photoswipe_notitle

pull/398/head
Lukas Vacek 6 years ago
parent
commit
2f348bf951
  1. 4
      sigal/themes/photoswipe/templates/base.html

4
sigal/themes/photoswipe/templates/base.html

@ -27,7 +27,9 @@
{% include 'links.html' %}
<div class="content">
{% include 'breadcrumb.html' %}
{% if not album.settings.get('photoswipe_notitle', False) -%}
{% include 'breadcrumb.html' %}
{%- endif %}
{% block content %}{% endblock %}
{% if album.description %}

Loading…
Cancel
Save