+[2017-02-21T10:42:59Z]brontosaurusrexSo it seems that --version response is determined based on directory ... +[2017-02-21T10:49:30Z]brontosaurusrexSo it seems its not only blog-aware, its also folder-aware? +[2017-02-21T16:48:05Z]allejodoes 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]drozdziak1Hello, 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? +[2017-02-21T20:55:34Z]drozdziak1Hello?
So it seems its not only blog-aware, its also folder-aware?
+[2017-02-22T11:49:56Z]DaveDavenporthowdy. +[2017-02-22T11:50:07Z]DaveDavenportI 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]DaveDavenportpage.tfilter is set on top of the page.. each post in the posts also has a list of projects. +[2017-02-22T11:50:51Z]DaveDavenportbut I get all posts back like this.