diff options
author | luxagraf <sng@luxagraf.net> | 2018-04-18 11:52:13 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2018-04-18 11:52:13 -0400 |
commit | dd58bdb75545d354915cff5065198214587d059c (patch) | |
tree | 4584bc9e49cec096cbf5a909c9b74372f5fa79e1 /design | |
parent | fc1081c09800edb2fbe011dd4e48d13dc1336541 (diff) |
fixed image caption yet again
Diffstat (limited to 'design')
-rw-r--r-- | design/templates/lib/img_cluster.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/design/templates/lib/img_cluster.html b/design/templates/lib/img_cluster.html index 7582f7a..c537dc4 100644 --- a/design/templates/lib/img_cluster.html +++ b/design/templates/lib/img_cluster.html @@ -3,6 +3,6 @@ <figure class="{{cluster_class}}">{%endif%} <a href="{%get_image_by_size image "original"%}" title="view larger image"> <img class="{% if caption or exif %}{%else%}{{cluster_class}}{%endif%} {%if extra%}{{extra}}{%endif%}" {%if cluster_class == "picwide"%} sizes="(max-width: 1280px) 100vw, (min-width: 1281px) 1280px" srcset="{% for size in image.sizes.all%}{% get_image_by_size image size.name %} {{size.width}}w{% if forloop.last%}"{%else%}, {%endif%}{%endfor%}{% for size in image.sizes.all%}{%if not forloop.first and not forloop.last%} src="{% get_image_by_size image size.name%}"{%endif%}{%endfor%}{%else%} src="{% get_image_by_size image cluster_class %}"{%endif%} alt="{%if image.alt %}{{image.alt}}{%else%}{{image.title}}{%endif%} photographed by {% if image.photo_credit_source %}{{image.photo_credit_source}}{%else%}luxagraf{%endif%}" data-jslghtbx="{%get_image_by_size image "original"%}" data-jslghtbx-group="group" {% if caption%}data-jslghtbx-caption="{{image.caption}}"{%endif%}></a> -{% if cluster_class != "pic5"%}{% if caption or exif or image.photo_credit_source %}<figcaption>{% endif %}{% if caption %}{{image.caption|safe}}{% endif %}{% if exif %} | <small>Camera: {{image.exif_make}} {{image.exif_model}} with {{image.exif_lens}}</small>{% endif %}{% if image.photo_credit_source %}{%if caption or exif %} | {%endif%}image by {% if image.photo_credit_url %}<a href="{{image.photo_credit_url}}">{%endif%}{{image.photo_credit_source}}{% if image.photo_credit_url %}</a>{%endif%}{%endif%}{% if caption or exif or image.photo_credit_source and cluster_class != "pic5" %}</figcaption> -</figure>{%endif%} -{% endif %} +{% if cluster_class != "pic5"%}{% if caption or exif or image.photo_credit_source %}<figcaption>{% endif %}{% if caption %}{{image.caption|safe}}{% endif %}{% if exif %} | <small>Camera: {{image.exif_make}} {{image.exif_model}} with {{image.exif_lens}}</small>{% endif %}{% if image.photo_credit_source %}{%if caption or exif %} | {%endif%}image by {% if image.photo_credit_url %}<a href="{{image.photo_credit_url}}">{%endif%}{{image.photo_credit_source}}{% if image.photo_credit_url %}</a>{%endif%}{%endif%}{% if caption or exif or image.photo_credit_source and cluster_class != "pic5" %}WAT</figcaption> +</figure> +{% endif %}{%endif%} |