From 3a90e0f7f2b62bc60a7f5a98ecbb31fe2a7870e7 Mon Sep 17 00:00:00 2001 From: Faris Date: Mon, 2 Oct 2023 12:23:02 -0400 Subject: [PATCH] add lazy loading for images --- view/templates/content/image.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/templates/content/image.tpl b/view/templates/content/image.tpl index 00b1aac100..81fad073cd 100644 --- a/view/templates/content/image.tpl +++ b/view/templates/content/image.tpl @@ -1,5 +1,5 @@ {{if $image.preview}} -{{$image.attachment.description}} +{{$image.attachment.description}} {{else}} -{{$image.attachment.description}} +{{$image.attachment.description}} {{/if}}