jekyll_flexible_include 2.0.0
Jekyll's built-in include tag only supports including files within the _includes folder. This plugin supports 4 types of includes: - Absolute filenames (recognized by filename paths that start with /). - Filenames relative to the top-level directory of the Jekyll web site (relative paths do not start with . or /). - Filenames relative to the user home directory (recognized by filename paths starting with ~/). - Executable filenames on the PATH (recognized by filename paths that begin with !).