diff --git a/_vendor/github.com/bowman2001/hugo-mod-image/layouts/partials/mod-img/helper/debug.html b/_vendor/github.com/bowman2001/hugo-mod-image/layouts/partials/mod-img/helper/debug.html index b9b6bf473..7e7c9d099 100644 --- a/_vendor/github.com/bowman2001/hugo-mod-image/layouts/partials/mod-img/helper/debug.html +++ b/_vendor/github.com/bowman2001/hugo-mod-image/layouts/partials/mod-img/helper/debug.html @@ -1,4 +1,4 @@ -{{- if and site.IsServer site.Data.modImg.debug }} +{{- if and .IsServer site.Data.modImg.debug }}
     {{- print (transform.Remarshal "toml" . ) -}}