This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # frozen_string_literal: true | |
| # | |
| # Jekyll Transclude Plugin | |
| # | |
| # This plugin allows you to include content from files located in the `_includes` directory | |
| # with dynamic parameters and block content. Use the `{% transclude %}` Liquid tag to utilize this feature. | |
| # | |
| # Features: | |
| # - Supports passing block content via `include.content`. |
OlderNewer