Skip to content

0.5.2

Compare
Choose a tag to compare
@0xTim 0xTim released this 27 Feb 13:25
· 630 commits to master since this release

SteamPress 0.5.2

This release adds Pagination to the Tag page. The Profile page also gets a user parameter passed in, which is the currently logged in User.

Breaking Changes

The posts parameter that gets passed in to tag.leaf is now from the Paginator. To get the posts for that page you should call posts.data instead. You can also add a #pagintor(posts) into your Leaf template to display the paginator navigation. See SteamPress Example for a demo of this.