You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should be able to render the site with less than two episodes.
Actual behavior
With less than two episodes rendering fails with an error message in themes/partials/row.html:112
Reproduction Steps
Starting from scratch, work through hugo quickstart getting started. Install castanet theme, run hugo server -D. Notice the error. Run "hugo new episode/myepisode.md". Notice the error in the server output. Run "hugo new episode/myepisode2.md". Notice the website now renders.
Operating System and Version
Windows 7 (cygwin)
Web Browser and Version
n/a
Hugo Version
hugo v.0.36..1
The text was updated successfully, but these errors were encountered:
I found the bug while building our podcast http://khabardaarpodcast.com/ Fortunately, we decided to launch with an episode zero teaser at the same time as our episode one. (i.e. two episodes at launch). So we jumped over the hurdle. But, a fix will be needed for anyone else that wants to start using the theme.
mattstratton
changed the title
[Bug] Requires at least two episodes to render site
[Bug] Requires at least two episodes to render site with row layout
Nov 25, 2019
Expected behavior
Should be able to render the site with less than two episodes.
Actual behavior
With less than two episodes rendering fails with an error message in themes/partials/row.html:112
Reproduction Steps
Starting from scratch, work through hugo quickstart getting started. Install castanet theme, run hugo server -D. Notice the error. Run "hugo new episode/myepisode.md". Notice the error in the server output. Run "hugo new episode/myepisode2.md". Notice the website now renders.
Operating System and Version
Windows 7 (cygwin)
Web Browser and Version
n/a
Hugo Version
hugo v.0.36..1
The text was updated successfully, but these errors were encountered: