message no. 168009
Posted by fusion809 in #jekyll at 2017-05-01T12:36:33Z
Hey I have a Liquid variable called package1 that takes the form a/b (e.g., a could be games-rpg and b could be runescape-launcher and then package1 would be games-rpg/runescape-launcher) now using Liquid how would I get b out of package1 and be able to use b in Liquid expressions? I have tried, based on https://shopify.github.io/liquid/filters/first/ adding {% assign package1array = package1 | split: "/" %} to the start of the