message no. 128950
Posted by stale in #jekyll at 2016-03-28T18:09:33Z
howdy. I need to have a {% for post in site.posts limit:15 %} that excludes the posts listed elsewhere on the page via {% for post in paginator.posts %}. any ideas on how to do that? thanks :)