message no. 149608
Posted by V1s1ble in #jekyll at 2016-09-05T05:35:50Z
So within my page navigation I want to implement a First / Latest (it's for a web comic). Using the site/post variables, how do I determine what the first and last posts are. I've tried site.posts.first, site.posts[0], etc.