0.5.2
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.