From cfe159235a6d8f20c55be4160fd0d127acb95767 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 00b1aac10..81fad073c 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}}