The new feature enabling the Jekyll/Liquid tag include is not honoring three means of indicating source paths for includes:
- the
include_dirs configuration property for parse actions.
- the
--includes CLI argument for parse actions
- the parent file's own directory
The interface elements are already documented, but they were not properly implemented.
The new feature enabling the Jekyll/Liquid tag
includeis not honoring three means of indicating source paths for includes:include_dirsconfiguration property for parse actions.--includesCLI argument for parse actionsThe interface elements are already documented, but they were not properly implemented.