+ [2015-05-12T19:50:14Z] gynter ignores > treats front matter as plain text
+ [2015-05-12T20:09:55Z] gynter Or I rather should use collections for this?
+ [2015-05-12T20:16:03Z] jaybe collections would be an option to explore (`whatis collections`) yup
+ [2015-05-12T20:16:08Z] jekyllrb gynter: (#1) http://jekyllrb.com/docs/collections/, or (#2) http://ben.balter.com/2015/02/20/jekyll-collections/ . ( 20:16:20 ) <jaybe> collections would ... whatis collections ...)
+ [2015-05-12T20:16:07Z] jaybe gynter, collections would be an option to explore (`whatis collections`) yup

message no. 93519

Posted by jaybe in #jekyll at 2015-05-12T20:16:07Z

gynter, collections would be an option to explore (`whatis collections`) yup
+ [2015-05-13T01:57:04Z] Inv1s1ble I'm trying to replace quotes in strings in liquid tempates so I can use those strings in Javascript arrays
+ [2015-05-13T01:57:18Z] Inv1s1ble Something like this:
+ [2015-05-13T01:57:19Z] Inv1s1ble title: '{{ photo.title | replace:'\'','\\\'' }},
+ [2015-05-13T01:57:30Z] Inv1s1ble but that doesn't seem to work ...
+ [2015-05-13T02:03:24Z] Inv1s1ble eh nevermind...can just switch to double quotes around the outside of the tag