+[2016-03-28T19:29:35Z]miqlasThanks for the nice code :) +[2016-03-28T19:42:28Z]stalehi. anyone knows why I can't use endcapture anywhere? I keep getting Unknown tag 'endcapture' in index.html. thanks. +[2016-03-28T19:59:55Z]miqlasI just made my pull-req for Haiku support. +[2016-03-28T20:00:00Z]miqlasThank and bye! +[2016-03-28T20:00:10Z]miqlas*Thanks
message no. 128954
Posted by stale in #jekyll at 2016-03-28T18:40:55Z
:)
+[2016-03-29T01:36:31Z]CcharHi I have a quick question, what is the equivalent of c# list.find(p => p.x == y)? I mean like if I want for (post in site.post WHERE post.categories = this) +[2016-03-29T01:36:39Z]Ccharhow would I write that +[2016-03-29T01:47:53Z]jaybeCchar: check out the [[ docs ]] for [[ liquid ]] +[2016-03-29T01:47:54Z]jekyllrb(docs) http://jekyllrb.com/docs/home/ +[2016-03-29T01:47:55Z]jekyllrb(liquid) (#1) https://github.com/Shopify/liquid/wiki/Liquid-for-Designers, or (#2) https://github.com/jekyll/jekyll/blob/master/lib/jekyll/filters.rb#L204, or (#3) http://jekyllrb.com/docs/templates/