bridgetownrb / liquid-render-tag

Backported Render tag and related changes from Liquid master to work with 4.0.3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Liquid::Render

Update: Liquid 5 is out now, thus rendering (haha) this gem unnecessary. I'll leave it up for the time being but there's really no more need for it.

This gem is simply a backport of code from the master branch of the Liquid gem to bring support for the render tag to Liquid v4.0.3 (the current version released on Rubygems).

Installation

# Gemfile
gem 'liquid'
gem 'liquid-render-tag'

Then require liquid-render-tag right after you require liquid.

Usage

Information about the render tag can be found in Shopify's Liquid Reference.

License

The gem is available as open source under the terms of the MIT License.

About

Backported Render tag and related changes from Liquid master to work with 4.0.3

License:MIT License


Languages

Language:Ruby 100.0%