From 99a23d820bc0abd93aa55ab53f0c8f1a5598175f Mon Sep 17 00:00:00 2001 From: luxagraf Date: Fri, 18 Nov 2016 08:25:22 -0500 Subject: photo parser now creates size if it doesn't exist and picwide within image clusters gets responsive images --- design/templates/lib/img_cluster.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'design/templates') diff --git a/design/templates/lib/img_cluster.html b/design/templates/lib/img_cluster.html index e838252..3f1c82f 100644 --- a/design/templates/lib/img_cluster.html +++ b/design/templates/lib/img_cluster.html @@ -1,7 +1,8 @@ {% load get_image_by_size %} {% if caption or exif %}
{%endif%} - {{image.alt}} photographed by {% if image.photo_credit_source %}{{image.photo_credit_source}}{%else%}luxagraf{%endif%} + + {{image.alt}} photographed by {% if image.photo_credit_source %}{{image.photo_credit_source}}{%else%}luxagraf{%endif%} {% 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 %} -- cgit v1.2.3-70-g09d2