From c60d110d121dd9adf9e5f5aca94818a48370b2f2 Mon Sep 17 00:00:00 2001 From: Gianmarco Gargiulo Date: Mon, 14 Aug 2023 01:40:15 +0200 Subject: [PATCH] Enabled lazy loading for the additional footer pins and for the post card thumbnails --- .../hugo-casper3/layouts/_default/baseof.html | 132 +++++++++--------- .../layouts/partials/post-card.html | 4 +- 2 files changed, 68 insertions(+), 68 deletions(-) diff --git a/themes/hugo-casper3/layouts/_default/baseof.html b/themes/hugo-casper3/layouts/_default/baseof.html index e49767a..2d6b6c1 100644 --- a/themes/hugo-casper3/layouts/_default/baseof.html +++ b/themes/hugo-casper3/layouts/_default/baseof.html @@ -70,57 +70,57 @@ @@ -132,57 +132,57 @@ @@ -194,57 +194,57 @@ @@ -256,57 +256,57 @@ @@ -318,57 +318,57 @@ @@ -380,57 +380,57 @@ diff --git a/themes/hugo-casper3/layouts/partials/post-card.html b/themes/hugo-casper3/layouts/partials/post-card.html index d61c222..82d3902 100644 --- a/themes/hugo-casper3/layouts/partials/post-card.html +++ b/themes/hugo-casper3/layouts/partials/post-card.html @@ -6,11 +6,11 @@ {{ if .context.Param "thumbnail" }} - {{ .context.Title }} + {{ .context.Title }} {{ else }} - {{ .context.Title }} + {{ .context.Title }} {{ end }}