+[2013-11-28T05:40:59Z]Fire-Dragon-DoLCan I chain multiple tags like {% do_something asset_path '360logo.png' %} jaybe ? +[2013-11-28T05:42:18Z]pontikiliquid is not ruby +[2013-11-28T05:53:45Z]Fire-Dragon-DoLpontiki: yea was just asking, solved the filter problem anyway +[2013-11-28T05:53:56Z]Fire-Dragon-DoLmy template engine was escaping text like if it was html +[2013-11-28T05:53:58Z]Fire-Dragon-DoLlol
my template engine was escaping text like if it was html
+[2013-11-29T03:16:35Z]travis-ci[travis-ci] mojombo/jekyll#2236 (tomlify) The build passed. http://travis-ci.org/mojombo/jekyll/builds/14682423 +[2013-11-30T19:10:13Z]kaffeebohneHi, just a quick question. I never worked with ruby or jerkyll before, you might need some patience for this. :D I wanted to create some html IDs based on the title and tried e.g {{ post.title.gsub(/[\s+)(]/,"") }}, but this does not work, what am I doing wrong? +[2013-11-30T19:19:52Z]jedimindi dont know enough ruby syntax, but im pretty sure you cannot do an operation like that inside {{ }} in the template itself +[2013-11-30T19:20:03Z]jedimindmeaning, you have to define a post.titleID variable in ruby, then spit it out in the template +[2013-11-30T19:20:17Z]jedimindwhere you do the logic