diff options
| author | 2020-05-10 20:12:13 +0000 | |
|---|---|---|
| committer | 2020-05-10 22:12:13 +0200 | |
| commit | bd8f6f19b60f478c8b1ac1f480f3894829ee9ba9 (patch) | |
| tree | 6576e67ccc1e374f94f4286ae8922ce549aa407d /app/views/subscription/index.phtml | |
| parent | aea38065901408c8b6d0bb0b619f21fd81fc9347 (diff) | |
add lazy loading on favicon (#2962)
Diffstat (limited to 'app/views/subscription/index.phtml')
| -rw-r--r-- | app/views/subscription/index.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/subscription/index.phtml b/app/views/subscription/index.phtml index 9e0aaa8c6..a92359151 100644 --- a/app/views/subscription/index.phtml +++ b/app/views/subscription/index.phtml @@ -98,7 +98,7 @@ data-feed-id="<?= $feed->id() ?>" dropzone="move"> <a class="configure open-slider" href="<?= _url('subscription', 'feed', 'id', $feed->id()) ?>"><?= _i('configure') ?></a> - <?php if (FreshRSS_Context::$user_conf->show_favicons): ?><img class="favicon" src="<?= $feed->favicon() ?>" alt="✇" /><?php endif; ?> + <?php if (FreshRSS_Context::$user_conf->show_favicons): ?><img class="favicon" src="<?= $feed->favicon() ?>" alt="✇" loading="lazy" /><?php endif; ?> <?= $feed->name() ?> </li> <?php } |
