diff --git a/layouts/shortcodes/imgproc.html b/layouts/shortcodes/imgproc.html index 7d7e911fe..f0ab4c8ea 100644 --- a/layouts/shortcodes/imgproc.html +++ b/layouts/shortcodes/imgproc.html @@ -8,7 +8,7 @@ {{ else if eq $command "Fill"}} {{ .Scratch.Set "image" ($original.Fill $options) }} {{ else }} -{{ errorf "Invalid image processing command: Must be one of fit, fill or resize."}} +{{ errorf "Invalid image processing command: Must be one of Fit, Fill or Resize."}} {{ end }} {{ $image := .Scratch.Get "image" }}