diff options
author | lxf <sng@luxagraf.net> | 2020-12-21 15:02:02 -0500 |
---|---|---|
committer | lxf <sng@luxagraf.net> | 2020-12-21 15:02:02 -0500 |
commit | 40075d3a2c4a98c11cae2cd552634ffd7d6a4fa4 (patch) | |
tree | b2b340b6feab5b7d3adca128eb57c614893bd9a4 /design | |
parent | 7dd4572f495ebf1c36da9d66960a2b58008d802f (diff) |
fixed URL path in template
Diffstat (limited to 'design')
-rw-r--r-- | design/templates/lib/friends_featured_img.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/design/templates/lib/friends_featured_img.html b/design/templates/lib/friends_featured_img.html index f47bcb3..999c780 100644 --- a/design/templates/lib/friends_featured_img.html +++ b/design/templates/lib/friends_featured_img.html @@ -1,6 +1,6 @@ {% load get_image_by_size %} <img sizes="(max-width: 728px) 100vw, (min-width: 729px) 520px" - srcset="https://luxagraf.net{% get_image_by_size image 'featured_jrnl'%} 520w, https://luxagraf.net{% get_image_by_size image 'picwide-sm'%} 720w" - src="https://luxagraf.net{% get_image_by_size image 'picwide-sm'%}" + srcset="{% get_image_by_size image 'featured_jrnl'%} 520w, {% get_image_by_size image 'picwide-sm'%} 720w" + src="{% get_image_by_size image 'picwide-sm'%}" alt="{{image.alt}} photographed by {% if image.photo_credit_source %}{{image.photo_credit_source}}{%else%}luxagraf{%endif%}" style="margin-top:0;margin-bottom:0;margin-right:0;margin-left:0;padding-top:0;padding-bottom:0;padding-right:0;padding-left:0;max-width:94%; border:40px solid #f4f2f0;" /> |