From 893a9c49d7394f264f6105d98c2e874745ec78fd Mon Sep 17 00:00:00 2001 From: Jason McBrayer Date: Wed, 7 Aug 2019 09:21:07 -0400 Subject: [PATCH] Use img loading="lazy" for most images (where available) --- brutaldon/templates/base.html | 8 ++++---- brutaldon/templates/main/toot_partial.html | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/brutaldon/templates/base.html b/brutaldon/templates/base.html index 39c40c1..397067a 100644 --- a/brutaldon/templates/base.html +++ b/brutaldon/templates/base.html @@ -80,11 +80,11 @@
{% if preferences.theme.is_brutalist %} - Lynx Now! - Netscape Now! {% endif %} diff --git a/brutaldon/templates/main/toot_partial.html b/brutaldon/templates/main/toot_partial.html index 898c007..1b3a2ff 100644 --- a/brutaldon/templates/main/toot_partial.html +++ b/brutaldon/templates/main/toot_partial.html @@ -14,14 +14,14 @@
{% if reblog %}

- +

{% endif %} @@ -71,7 +71,7 @@ {% if toot.card.image %}