summaryrefslogtreecommitdiff
path: root/design/templates/lib/img_archive.html
diff options
context:
space:
mode:
authorlxf <sng@luxagraf.net>2021-11-06 09:42:47 -0400
committerlxf <sng@luxagraf.net>2021-11-06 09:42:47 -0400
commitd9f51299809bfb6b3ac589b7c42016d0ef240299 (patch)
treeaa5f945e82fdbf1b66aca82fe5122f6ff5a12eb9 /design/templates/lib/img_archive.html
parentdde9914dbbc6cda18ba59024065727c8dc6bcdf4 (diff)
moved templates to top level directory
Diffstat (limited to 'design/templates/lib/img_archive.html')
-rw-r--r--design/templates/lib/img_archive.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/design/templates/lib/img_archive.html b/design/templates/lib/img_archive.html
deleted file mode 100644
index 4ff8e8a..0000000
--- a/design/templates/lib/img_archive.html
+++ /dev/null
@@ -1,7 +0,0 @@
-{% load get_image_by_size %}
-{% get_image_by_size image 'featured_jrnl' as featured %}
-<img sizes="(max-width: 728px) 100vw, (min-width: 729px) 520px"
- srcset="{{featured}} 520w, {%get_image_by_size image 'picwide-sm'%} 720w"
- src="{{featured}}"
- alt="{{image.alt}} photographed by {% if image.photo_credit_source %}{{image.photo_credit_source}}{%else%}luxagraf{%endif%}"
- {% if not nolightbox %}data-jslghtbx="{{image.get_image_by_size}}" data-jslghtbx-group="group" {% if caption%}data-jslghtbx-caption="{{image.caption}}"{%endif%}{%endif%}>