-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Hi, there is still a site.IsServer in the latest tag release of the module.
The current tag doesn't contain the commit c88d43e
When you download the 0.20.4 version you can see that
_vendor/hugo-mod-image/layouts/partials/mod-img/helper/debug.html
still contains site.IsServer
{{- if and site.IsServer site.Data.modImg.debug }}
<span>
<pre style="max-width: 40rem; margin: 0 auto; font-size: 10px; line-height: 1.2; background-color: #ddd; overflow-x: auto">
{{- print (transform.Remarshal "toml" . ) -}}
</pre>
</span>
{{- end -}}
Can you create a new release that includes the commit : c88d43e ?
Metadata
Metadata
Assignees
Labels
No labels