perplex icon indicating copy to clipboard operation
perplex copied to clipboard

correct site.isServer deprecation

Open ParkedHampster opened this issue 1 year ago • 1 comments

other instances of .Site.IsServer were caught and updated as required the vendor/.../helper/debug.html file still had a site.IsServer instance that throws errors on newer versions of hugo

ParkedHampster avatar Aug 13 '24 19:08 ParkedHampster

Hey, you have fixed the module "in code" - the actual change is needed here:

https://github.com/bowman2001/hugo-mod-image/blob/main/layouts/partials/mod-img/helper/debug.html#L1

Kariton avatar Aug 27 '24 21:08 Kariton

Thank you! Putting this where it actually belongs

ParkedHampster avatar Aug 27 '24 21:08 ParkedHampster