latest 10 messages by DaveDavenport
+
[2017-02-24T10:02:47Z]
DaveDavenport
Question, in liquid (right word?) script can I look up a property based on a variable. so instead of post.contact I want to do post[page.sfield]
+
[2017-02-22T14:37:10Z]
DaveDavenport
aah dates should be 09 not 9.. changed in 3.
+
[2017-02-22T12:24:00Z]
DaveDavenport
almost random what it does and does not match using this..
+
[2017-02-22T12:19:22Z]
DaveDavenport
hmm works 1/2 what
+
[2017-02-22T12:05:31Z]
DaveDavenport
kay.. stupid me.. to old version.
+
[2017-02-22T11:50:51Z]
DaveDavenport
but I get all posts back like this.
+
[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:17Z]
DaveDavenport
{% assign posts = (site.posts | where_exp:"post","post.project contains page.tfilter")%}
+
[2017-02-22T11:50:07Z]
DaveDavenport
I have a problem with a filter, not sure what I am doing wrong.
+
[2017-02-22T11:49:56Z]
DaveDavenport
howdy.