IsSet unsupported type
Hello!
I have been looking everywhere for an answer, and it seems like every variant of this issue is specific to the theme in question. I have no idea what I need to fix when I get the following error:
WARNING: calling IsSet with unsupported type "ptr" (*hugolib.PageOutput) will always return false.
Any help on what to edit?
I'm experiencing the same issue
It's just a warning, not an error, per sé.
I'm a bit late to the discussion but just in case someone is in the same point. Check this: https://github.com/LiaungYip/plain-blog/issues/2
In hugo-code-editor-theme/layouts/partials/head.html:
{{ if isset . "Description" }} to {{ if .Description }}.
And it should be ok :).