message no. 1062
Posted by Ziarkaen in #jekyll at 2013-05-18T21:58:21Z
I am trying to add a safeguard so as not to attempt access to posts that don't exist. I'm trying to use {% if site.posts.length > 1 %}, but this doesn't work. In fact, {{ site.posts.length }} doesn't return anything either. What's up?