latest 18 messages by popo

+ [2014-07-27T16:47:00Z] popo hi anyone up?
+ [2014-07-23T20:29:27Z] popo now if i make a collection i have to copy the files over? what a waste of space!
+ [2014-07-23T20:28:50Z] popo because its a magazine, and i need the pages standalone, and also as a part of an 'issue'
+ [2014-07-23T20:21:56Z] popo i have many folders, with an index.md in each of them. say the folders are called 'a' 'b' and 'c' . now i want to make a folder d with an index.md that pulls in the page contents of a b and c - how to do this
+ [2014-07-23T20:08:18Z] popo yeah but i already have the pages created, do they need to be duplicated?
+ [2014-07-23T20:00:27Z] popo i dont understand it fully though, any use cases?
+ [2014-07-23T19:59:22Z] popo phillipadsmith: u da man
+ [2014-07-23T19:51:02Z] popo or any other way?
+ [2014-07-23T19:50:56Z] popo new question: is it possible to insert one pages content into another? using liquid?
+ [2014-07-23T19:50:07Z] popo thanks phillipadsmith
+ [2014-07-23T19:50:05Z] popo isnt that crazy
+ [2014-07-23T19:50:02Z] popo so it looks like this: {% if member.vol == 'I' %}
+ [2014-07-23T19:49:44Z] popo holy shit, all i had to do was put spaces around the ==!
+ [2014-07-23T19:48:29Z] popo phillipadsmith: i am geting nothing
+ [2014-07-23T19:25:57Z] popo i am trying to see if member.vol string equals the capital letter I, is this correct syntax
+ [2014-07-23T19:25:33Z] popo ok, how do i compare strings in liquid? is this correct: {% if member.vol=='I' %}
+ [2014-07-23T19:17:39Z] popo anyone? sorry i got disconnected, can anyone show me an if statement with data variables?
+ [2014-07-23T19:07:24Z] popo hi, how do i use data variables in an if statement? please link me to an example