This file contains 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 | |
# Based on https://github.com/jekyll/jekyll/blob/master/lib/jekyll/tags/include.rb, | |
# provides a transclude block that maintains Jekyll include semantics. Files can | |
# pass parameters to transcludes via the `include` object, with the addition of | |
# {{ include.content }} which includes the block content. | |
# | |
# Transcludes must be located in Jekyll's _includes dir. | |
# | |
# Example: |