diff options
author | luxagraf <sng@luxagraf.net> | 2019-02-07 09:54:16 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2019-02-07 09:54:16 -0600 |
commit | 27aaf92d26eb75157dcfa923a5d63ea63feeb98c (patch) | |
tree | 8f6213bc0ecd7738ad050dc4454732c4fd210ab1 /design/templates/lib/img_archive.html | |
parent | 3a54cdb85027e4a59ca6d78f5b91dbf7be77afd0 (diff) |
updated stylesheets and added essays
Diffstat (limited to 'design/templates/lib/img_archive.html')
-rw-r--r-- | design/templates/lib/img_archive.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/design/templates/lib/img_archive.html b/design/templates/lib/img_archive.html index 22b0cce..c256ebe 100644 --- a/design/templates/lib/img_archive.html +++ b/design/templates/lib/img_archive.html @@ -1,4 +1,3 @@ -{% load get_image_by_size %} <img sizes="(max-width: 728px) 100vw, (min-width: 729px) 520px" srcset="{{image.get_featured_jrnl}} 520w, {{image.get_picwide_sm}} 720w" src="{{image.get_featured_jrnl}}" |