From bbd9cdd6cd1289de10666bdac9d1b636dec7fe7f Mon Sep 17 00:00:00 2001 From: luxagraf Date: Thu, 28 Feb 2019 15:51:14 -0600 Subject: added rich text snippets to page --- design/templates/lib/img_picwide.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'design/templates/lib') diff --git a/design/templates/lib/img_picwide.html b/design/templates/lib/img_picwide.html index 21b325b..5e78c72 100644 --- a/design/templates/lib/img_picwide.html +++ b/design/templates/lib/img_picwide.html @@ -1,9 +1,9 @@ {% load get_image_by_size %} {% if caption or exif or image.photo_credit_source %} {%else%}{%if not is_cluster %}
{%endif%}{%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 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 %}
+{% 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%}{%endif%}{% if caption or exif or image.photo_credit_source %}
{%else%}{%if not is_cluster %}
{%endif%} {% endif %} -- cgit v1.2.3