message no. 168132
Posted by daniel_ in #jekyll at 2017-05-04T19:28:27Z
hi all. I have a plugin which I call like this: {% loop_directory directory:foo/bar iterator:image filter:*.jpg sort:descending %} In my front matter I have a variable called "dir", which I can access with {{ page.dir }}. How can I convert my plugin call to use my variable instead of the hard-coded value?