message no. 134766
Posted by zero-gravitas in #jekyll at 2016-05-09T18:07:04Z
Random Liquid dilema/plea: I'm in a for loop, trying to both reverse the array and limit by 1. Essentially trying to grab the last item in the array—but it seems `limit:1` happens before `reversed` no matter what order I put them in at the start of the loop. I could create a new assignment with `| last` but later on I will also want to use `offset:1` to grab the second to last item in the array so that