+[11 years ago]Fire-Dragon-DoLCan I chain multiple tags like {% do_something asset_path '360logo.png' %} jaybe ? +[11 years ago]pontikiliquid is not ruby +[11 years ago]Fire-Dragon-DoLpontiki: yea was just asking, solved the filter problem anyway +[11 years ago]Fire-Dragon-DoLmy template engine was escaping text like if it was html +[11 years ago]Fire-Dragon-DoLlol
my template engine was escaping text like if it was html
+[11 years ago]travis-ci[travis-ci] mojombo/jekyll#2236 (tomlify) The build passed. http://travis-ci.org/mojombo/jekyll/builds/14682423 +[11 years ago]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? +[11 years ago]jedimindi dont know enough ruby syntax, but im pretty sure you cannot do an operation like that inside {{ }} in the template itself +[11 years ago]jedimindmeaning, you have to define a post.titleID variable in ruby, then spit it out in the template +[11 years ago]jedimindwhere you do the logic