aaranxu / tale-zola

Tala-Zola is a minimal Zola theme ported from the Jekyll theme Tale, helping you to build a nice and seo-ready blog.
https://tale-zola.netlify.app
MIT License
34 stars 21 forks source link

fix pagination with Zola 0.16.0 #7

Open wold5 opened 2 years ago

wold5 commented 2 years ago

Only lower/higher are now supported for a page's pagination. Noticed this as the pagination didn't appear anymore.

See Zola's changelog: https://github.com/getzola/zola/blob/53ce6db057101b8a24631ac4212ab4f9f3d145ae/CHANGELOG.md#breaking

Unify all pages sorting variable names in templates to lower/higher in order to make it easy to re-use templates and it was becoming hard to come up with names to be honest

Also fixed a minor indentation issue.