From 6c5f93040a804114f7ecc4c7031bcbf947b8d61b Mon Sep 17 00:00:00 2001 From: luxagraf Date: Wed, 18 Apr 2018 11:55:31 -0400 Subject: got rid of captions on clusters because they look bad --- design/templates/lib/img_cluster.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'design/templates/lib/img_cluster.html') diff --git a/design/templates/lib/img_cluster.html b/design/templates/lib/img_cluster.html index c537dc4..a7921eb 100644 --- a/design/templates/lib/img_cluster.html +++ b/design/templates/lib/img_cluster.html @@ -1,8 +1,8 @@ {% load get_image_by_size %} -{% if caption or exif or image.photo_credit_source and cluster_class != "pic5" %} +{% if caption or exif %}
{%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 cluster_class != "pic5"%}{% if caption or exif or image.photo_credit_source %}
{% 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" %}WAT
+{% if caption or exif %}
{% endif %}{% if caption %}{{image.caption|safe}}{% endif %}{% if exif %} | Camera: {{image.exif_make}} {{image.exif_model}} with {{image.exif_lens}}{% endif %}{% if caption or exif %}
-{% endif %}{%endif%} +{% endif %} -- cgit v1.2.3-70-g09d2