bowman2001 / perplex

A Hugo theme to publish technical content (docs, news, blog, articles)
https://perplex.desider.at
Apache License 2.0
30 stars 13 forks source link

correct site.isServer deprecation #180

Closed ParkedHampster closed 2 months ago

ParkedHampster commented 3 months ago

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

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

Kariton commented 2 months ago

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

ParkedHampster commented 2 months ago

Thank you! Putting this where it actually belongs