pawroman / zola-theme-terminimal

A simple, minimal retro theme for Zola
https://pawroman.github.io/zola-theme-terminimal/
Other
379 stars 87 forks source link

Post view navigation broken in zola 0.16 #20

Closed ruscur closed 2 years ago

ruscur commented 2 years ago

The post view navigation HTML isn't injected into posts in zola 0.16, but it works with the same config in 0.15.3.

I haven't bisected zola yet but it should be pretty easy to find. I'm also not sure if this is a theme regression or a potential zola regression.

apisashla commented 2 years ago

Also having this issue. If I figure out why, I'll put it here. Darnedest thing.

pawroman commented 2 years ago

I found the reason for it being broken. The wording of page.earlier and page.later has changed to page.lower and page.higher. https://www.getzola.org/documentation/content/section/#date

I will merge a fix soon.