message no. 130932
Posted by somiaj in #jekyll at 2016-04-09T04:52:16Z
though is there a way to not to define so many dummy varaibles. I want to cycle though site.static_files backwards, but it seems I have to first assign a variable to reverse that array, then use that. {% assign ordered_list = site.static_files | reverse %}