From d31e91f543ccd8d2282c3c365ed5350b0e98c43f Mon Sep 17 00:00:00 2001 From: lxf Date: Sat, 31 May 2025 11:40:05 -0500 Subject: added vanilla js slideshow to jrnl template for smaller photos --- templates/lib/img_cluster.html | 2 +- templates/lib/img_picwide.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/lib') diff --git a/templates/lib/img_cluster.html b/templates/lib/img_cluster.html index 8117298..e405db1 100644 --- a/templates/lib/img_cluster.html +++ b/templates/lib/img_cluster.html @@ -1,6 +1,6 @@ {% load get_image_by_size %}{%if cluster_class != "picwide"%}{%endif%} {% if caption %}
{%endif%} - + {%else%}{%if not is_cluster %}
{%endif%}{%endif%} - + {{image.alt}} photographed by {% if image.photo_credit_source %}{{image.photo_credit_source}}{%else%}Scott Gilbertson{%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%}{%endif%}{% if caption or exif or image.photo_credit_source %}
-- cgit v1.2.3