jekyll-include-absolute-plugin icon indicating copy to clipboard operation
jekyll-include-absolute-plugin copied to clipboard

A Jekyll's liquid tag plugin to include a file from its path relative to Jekyll's source folder

Results 4 jekyll-include-absolute-plugin issues
Sort by recently updated
recently updated
newest added

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...

Paths like `../foo/bar` are still relative paths. An absolute path is something like `/home/sandra/foo/bar`, starts with a slash typically. You can pull from `https://idiomdrottning.org/jekyll-include-absolute-plugin` if you want because I've fixed...

This plugin seems very helpful. I cloned your git repository and just simply copied include_absolute.rb into my _includes folder. I attempted to use the plugin with the following: `{% include_absolute...

I got this error: GitHub Pages failed to build your site. The tag include_absolute on line 49 in _includes/page.html is not a recognized Liquid tag. It would be useful to...