perplex
perplex copied to clipboard
Create a new tag (0.20.5) with latest commit
Hi, there is still a site.IsServer in the latest tag release of the module. The current tag doesn't contain the commit https://github.com/bowman2001/perplex/commit/c88d43ee621b50b97bd92adcc8137bfac86fef13
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 : https://github.com/bowman2001/perplex/commit/c88d43ee621b50b97bd92adcc8137bfac86fef13 ?