pawroman / zola-theme-terminimal

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

Fix postview navigation #61

Closed rukai closed 3 weeks ago

rukai commented 2 months ago

Order of operations does not work as intended here. Instead we should split into a separate if statement since zola does not support specifying order via brackets.

I raised https://github.com/Keats/tera/issues/910 in case they have interest in implementing brackets, but we should land this regardless.

heitorPB commented 1 month ago

https://github.com/Keats/tera/pull/908 fixes this?

pawroman commented 3 weeks ago

Thanks for the fix!