I just started using this theme and on the first setup I got this error:

I had this error on one of my themes as well, it was fixed by replacing {{ if not hugo.IsServer }} with {{ if not (getenv "HUGO_ENV" | eq "development") }} in footer.html.
error occurred using:
- hugo version: v0.111.3+extended
- browser: zen (firefox based)
- system: debian linux
I just started using this theme and on the first setup I got this error:

I had this error on one of my themes as well, it was fixed by replacing
{{ if not hugo.IsServer }}with{{ if not (getenv "HUGO_ENV" | eq "development") }}infooter.html.error occurred using: