enten / hyde-y

Enhanced port of the Jekyll "Hyde" theme to Hugo
MIT License
88 stars 62 forks source link

cannot run local server #42

Closed vanhumbeecka closed 5 years ago

vanhumbeecka commented 6 years ago

Somehow, running hugo server -D with this template returns te following...

Building sites … ERROR 2018/09/17 21:17:18 Error while rendering "section" in "": template: _default/section.html:6:29: executing "_default/section.html" at <.Paginator.Pages>: undefined variable: $index
enten commented 6 years ago

I reproduce that error with hugo 0.48.

The source of this issue I seems to be RSSLink.

I made a commit to remove use of RSSLink.

This issue need to be investigated to understand why RSSLink doesn't works anymore.