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
I think I managed to debug my way through this issue:
The make_pager() function is returning as soon as it finds a content-less directory in the project navlist object. This could be the /tag/ directory or any other; and ensuing directories won't get processed no matter their contents.
Does that make sense to you? I'll share my trivial fix in a moment...
I faced this problem while configuring a custom Urubu website, but here is how you reproduce it using the default project:
log
---I wanted to use that name instead ofblog
--- and put an index and some posts inside; or just copy fromblog
tag
directory to enable tags, and make sure to drop anindex.md
in there. I'm simply using:Then Urubu (1.2.0) will stop generating pagers for pages inside
log
The text was updated successfully, but these errors were encountered: