From f2da7beedbc5ea35c2d517a939d8cfa001edb32a Mon Sep 17 00:00:00 2001 From: luxagraf Date: Wed, 14 Mar 2018 12:04:54 -0500 Subject: fixed a little bug in captions --- design/templates/lib/img_cluster.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'design/templates/lib') diff --git a/design/templates/lib/img_cluster.html b/design/templates/lib/img_cluster.html index a16779f..3405743 100644 --- a/design/templates/lib/img_cluster.html +++ b/design/templates/lib/img_cluster.html @@ -3,6 +3,6 @@
{%endif%} {%if image.alt %}{{image.alt}}{%else%}{{image.title}}{%endif%} photographed by {% if image.photo_credit_source %}{{image.photo_credit_source}}{%else%}luxagraf{%endif%} -{% if caption or exif or image.photo_credit_source and cluster_class != "pic5" %}
{% endif %}{% if caption %}{{image.caption|safe}}{% endif %}{% if exif %} | Camera: {{image.exif_make}} {{image.exif_model}} with {{image.exif_lens}}{% endif %}{% if image.photo_credit_source %}{%if caption or exif %} | {%endif%}by {% if image.photo_credit_url %}{%endif%}{{image.photo_credit_source}}{% if image.photo_credit_url %}{%endif%}{%endif%}{% if caption or exif or image.photo_credit_source and cluster_class != "pic5" %}
+{% if caption or exif or image.photo_credit_source and cluster_class != "pic5" %}
{% endif %}{% if caption %}{{image.caption|safe}}{% endif %}{% if exif %} | Camera: {{image.exif_make}} {{image.exif_model}} with {{image.exif_lens}}{% endif %}{% if image.photo_credit_source %}{%if caption or exif %} | {%endif%}image by {% if image.photo_credit_url %}{%endif%}{{image.photo_credit_source}}{% if image.photo_credit_url %}{%endif%}{%endif%}{% if caption or exif or image.photo_credit_source and cluster_class != "pic5" %}
{% endif %} -- cgit v1.2.3-70-g09d2