Skip to content

Commit

Permalink
fix: do not generate warning messages for unsupported formats
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Aug 26, 2024
1 parent b8e9a6e commit 4e6b050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/images/image.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
{{- $src = printf "%s?v=%s%s" $src $hash $fragment }}
{{- end }}
{{- end }}
{{- else }}
{{- else if not $res }}
{{- warnf "[github.com/hugomods/images] image not found: %s" $filename }}
{{- end }}
{{- end }}
Expand Down

0 comments on commit 4e6b050

Please sign in to comment.