hauke96 / hugo-theme-hamburg

Simple and clean blog theme for hugo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning about IsSet prevents build

iGormilhit opened this issue · comments

Hi, as I'm trying some Hugo themes, using Hugo v0.49, I have the following warning when building with the hamburg theme, and the site cannot be build.

Building sites … WARNING: calling IsSet with unsupported type "invalid" (<nil>) will always return false.

WARNING: calling IsSet with unsupported type "ptr" (*hugolib.PageOutput) will always return false.

I'm not able to understand yet what it means exactly, but it seems that other hugo themes did encounter this issue.

Fixed in 547de7a (v0.4.5). Also there was a bug in the pagination, which I fixed also in v0.4.5.