+[2017-02-06T17:42:21Z]apoHey. 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]apoI've read that. +[2017-02-06T17:48:08Z]apogrr, it's because it's an older version.
+[2017-02-07T03:34:42Z]parsnipcan i do like {% for c in ['A', 'B', 'C'] %} ? +[2017-02-07T03:43:27Z]parkrparsnip: 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]jekyllrbparkr: 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]jekyllrbparkr: 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.