+ [2017-02-21T10:42:59Z] brontosaurusrex So it seems that --version response is determined based on directory ...
+ [2017-02-21T10:49:30Z] brontosaurusrex So it seems its not only blog-aware, its also folder-aware?
+ [2017-02-21T16:48:05Z] allejo does anyone know if the where_exp filter is limited to just collections? doesn't seem to work for site.static_files unless I'm doing something wrong
+ [2017-02-21T20:23:14Z] drozdziak1 Hello, I'm using Jekyll with the stock Minima theme, however when I try to use Disqus, it won't load. I'm passing a correct shortname, my GitHub-hosted blog complains about Content-Security-Policy, what can I do?

message no. 164096

Posted by brontosaurusrex in #jekyll at 2017-02-21T10:49:30Z

So it seems its not only blog-aware, its also folder-aware?
+ [2017-02-22T11:50:07Z] DaveDavenport I have a problem with a filter, not sure what I am doing wrong.
+ [2017-02-22T11:50:17Z] DaveDavenport {% assign posts = (site.posts | where_exp:"post","post.project contains page.tfilter")%}
+ [2017-02-22T11:50:43Z] DaveDavenport page.tfilter is set on top of the page.. each post in the posts also has a list of projects.
+ [2017-02-22T11:50:51Z] DaveDavenport but I get all posts back like this.