message no. 168948
Posted by smartperson in #jekyll at 2017-05-15T17:06:17Z
Is it okay to ask a quick help question here? I think I'm missing some of the basic of liquid. I have an include.html that calls a jekyll tag plugin, with the form `{% custom_tag /path/to/img.jpg %}` and I cannot figure out how to make the `/path/to/img.jpg` defined dynamically instead of statically. How do I get include.html to render the string before sending it to the plugin?