From 6c42ae9518e3866f3b541e067366dee5d4cd1979 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sun, 5 Nov 2023 00:56:13 -0500 Subject: [PATCH] Lazy load images --- layouts/partials/figure.html | 2 +- layouts/partials/remote_figure.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/figure.html b/layouts/partials/figure.html index 84519b3..20a2405 100644 --- a/layouts/partials/figure.html +++ b/layouts/partials/figure.html @@ -9,7 +9,7 @@ {{ with index . "src" }} {{ $media := . }} {{ if eq .MediaType.MainType "image" }} - {{ $media.Title }} + {{ $media.Title }} {{ else if eq .MediaType.MainType "video" }}