🛠 fix: Syntax error

This commit is contained in:
Tomy Hsieh
2023-05-27 05:37:02 +08:00
parent 88c73a3aae
commit 0d4fe03a45
5 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
{{ end }}
{{ end }}
alt="{{ $.Params.featureAlt | default $.Params.coverAlt | default "" }}"
{{ if .Site.Params.enableImageLazyLoading | default true }}
{{ if $.Site.Params.enableImageLazyLoading | default true }}
loading="lazy"
{{ end }}
/>