🔀 Merge pull request #730 from stereobooster/fix-bug-in-picture

fix bug in picture with params
This commit is contained in:
James Panther
2024-01-21 14:31:01 +11:00
committed by GitHub
5 changed files with 13 additions and 6 deletions
+3 -1
View File
@@ -13,7 +13,9 @@
{{ $altText = (.Get "caption") | markdownify | plainify }}
{{ end }}
{{ partial "picture.html" (dict "img" $image "alt" $altText "x2" true) }}
{{ $lazy := $.Page.Site.Params.enableImageLazyLoading | default true }}
{{ $webp := $.Page.Site.Params.enableImageWebp | default true }}
{{ partial "picture.html" (dict "img" $image "alt" $altText "x2" true "lazy" $lazy "webp" $webp) }}
{{- if .Get "href" }}</a>{{ end -}}
{{- if .Get "caption" -}}