Skip to content

Commit

Permalink
🛠 fix: Syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
tomy0000000 committed May 26, 2023
1 parent 88c73a3 commit fe08b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/article-link.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
160w, {{- (.Fill "320x240 smart").RelPermalink }} 2x"
src="{{ (.Fill "160x120 smart").RelPermalink }}"
{{ end }}
{{ if .Site.Params.enableImageLazyLoading | default true }}
{{ if $.Site.Params.enableImageLazyLoading | default true }}
loading="lazy"
{{ end }}
/>
Expand Down

0 comments on commit fe08b90

Please sign in to comment.