jekyll-include-absolute-plugin
jekyll-include-absolute-plugin copied to clipboard
Does not allow variables for path name?
The builtin {% include %} and {% include_relative %} tags support the use of variables for specifying the path, but this plugin appears to require a string literal for the path parameter. Can it be modified to support {{ expressions }} for variable values the way the builtin tags do?
It seems like you need to include an extra pair of single quotes to make this work.
{% include_absolute '{{ variable_path }}' %}