+ [2017-04-29T19:26:43Z] balliotel <a href="{{site.baseurl}}{{img.url}}">
+ [2017-04-29T19:26:45Z] balliotel <img src="{{ site.baseurl }}images{{ img.url }}" alt="{{ img.alt }}"> </a>
+ [2017-04-29T19:26:46Z] balliotel From generating n extra / at the end of the <img> tag?
+ [2017-04-29T19:26:48Z] balliotel it's driving me crazay

message no. 167989

Posted by balliotel in #jekyll at 2017-04-29T19:26:45Z

<img src="{{ site.baseurl }}images{{ img.url }}" alt="{{ img.alt }}"> </a>
+ [2017-05-01T12:36:33Z] fusion809 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
+ [2017-05-01T12:36:34Z] jekyllrb Title: first – Liquid template language (at shopify.github.io)
+ [2017-05-01T12:36:34Z] fusion809 HTML file in which I need to extract b from package1 and using {{ include.package1array.second }} whenever I needed b. Unfortunately {{ include.package1array.second }} is being rendered as nothing
+ [2017-05-01T12:41:12Z] fusion809 Also tried {{ include.package1array.last }} but it too fails
+ [2017-05-02T20:26:06Z] href heya