latest 2 messages by smartperson
+
[2017-05-15T20:12:40Z]
smartperson
If anyone cares, I was able to do {% template_tag {{variable_name}} %}. I didn't realize that would work. Beauty!
+
[2017-05-15T17:06:17Z]
smartperson
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?