+ [2017-02-06T17:42:21Z] apo Hey. I've got a file foo.md in my site's root directory, and a file bar.md that contains "{% link foo.md %}" - when I try to build that, I get "Could not find document 'foo.md' in tag 'link'." - any ideas?
+ [2017-02-06T17:45:36Z] jaybe [[ link ]]
+ [2017-02-06T17:45:36Z] jekyllrb (link) http://jekyllrb.com/docs/templates/#link
+ [2017-02-06T17:46:02Z] apo I've read that.
+ [2017-02-06T17:48:08Z] apo grr, it's because it's an older version.

message no. 162959

Posted by jaybe in #jekyll at 2017-02-06T00:16:43Z

./latest
+ [2017-02-07T03:34:42Z] parsnip can i do like {% for c in ['A', 'B', 'C'] %} ?
+ [2017-02-07T03:43:27Z] parkr parsnip: no, liquid doesn't allow arrays like that. you'd have to create that array using {% assign my_arr = "A,B,C" | strip: "," %}
+ [2017-02-07T03:43:27Z] jekyllrb parkr: Sent 4 days, 22 hours, and 42 minutes ago: <jaybe> fyi! ./later tell jaybe you'll get this when the bot next sees you interact :)
+ [2017-02-07T03:43:28Z] jekyllrb parkr: Sent 4 days, 22 hours, and 41 minutes ago: <jaybe> (later tell <nick1[,nick2[,...]]> <text>) -- Tells each <nickX> <text> the next time <nickX> is seen. <nickX> can contain wildcard characters, and the first matching nick will be given the note.
+ [2017-02-07T03:44:30Z] parkr ./later jaybe you bet! this was one of my fave features of hubot, before the slack days... :) it was always fun to leave messages for people that they'd see next time they entered the room.