Skip to content

Commit

Permalink
chg: [favicon] favicons by daterange, lazy loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrtia committed Oct 3, 2024
1 parent 970a169 commit dd32604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/www/templates/objects/favicon/FaviconDaterange.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ <h3> {{ date_from[0:4] }}-{{ date_from[4:6] }}-{{ date_from[6:8] }} to {{ date_t
<tr>
<td>
<a target="_blank" href="{{ url_for('correlation.show_correlation') }}?type=favicon&id={{ obj_id }}">
<img class="object_image mb-1" src="{{ url_for('objects_favicon.favicon', filename=dict_objects[obj_id]['img'])}}">
<img class="object_image mb-1" src="{{ url_for('objects_favicon.favicon', filename=dict_objects[obj_id]['img'])}}" loading="lazy" style="max-width: 100px">
{{ dict_objects[obj_id]['id'] }}
</a>
</td>
Expand Down

0 comments on commit dd32604

Please sign in to comment.