+ [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. 162962

Posted by jekyllrb in #jekyll at 2017-02-06T00:16:49Z

2017-02-05T18:21:07-0600: Update history to reflect merge of #5858 [ci skip] <https://github.com/jekyll/jekyll/commit/20d2eb2709b9fda243a955d365fbb911cd0b51f6>
+ [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.