+ [2016-04-15T16:22:42Z] travis-ci jekyll/jekyll#7322 (master) The build passed. https://travis-ci.org/jekyll/jekyll/builds/123379655
+ [2016-04-15T16:28:42Z] travis-ci jekyll/jekyll#7323 (master) The build passed. https://travis-ci.org/jekyll/jekyll/builds/123379748
+ [2016-04-15T16:33:06Z] travis-ci jekyll/jekyll#7323 (master) The build passed. https://travis-ci.org/jekyll/jekyll/builds/123379748
+ [2016-04-15T16:40:06Z] travis-ci jekyll/jekyll#7322 (master) The build passed. https://travis-ci.org/jekyll/jekyll/builds/123379655
+ [2016-04-15T16:55:36Z] travis-ci jekyll/jekyll#7323 (master) The build passed. https://travis-ci.org/jekyll/jekyll/builds/123379748

message no. 131685

Posted by travis-ci in #jekyll at 2016-04-15T16:40:06Z

jekyll/jekyll#7322 (master) The build passed. https://travis-ci.org/jekyll/jekyll/builds/123379655
+ [2016-04-16T19:13:50Z] Groomblecom I have a question about plugins:
+ [2016-04-16T19:14:21Z] Groomblecom I wrote a short filter plugin, which takes two inputs: a string and a floating-point value.
+ [2016-04-16T19:14:47Z] Groomblecom I call it with the syntax {{ "string" | filter:0.5 }}
+ [2016-04-16T19:15:39Z] Groomblecom However, I get "Liquid error: wrong number of arguments (1 for 2)" when I run jekyll serve
+ [2016-04-16T19:16:08Z] Groomblecom Anyone have advice for how to fix it? I can post the files if that helps.