gemfarmer / jekyll-liquify

A Jekyll filter that parses Liquid from front matter
https://rubygems.org/gems/jekyll-liquify
Other
38 stars 3 forks source link

Update jekyll-liquify.rb #6

Closed snan closed 1 year ago

snan commented 2 years ago

Handle non-strings. For example, I have a post.title with value 1300 and this plugin borked on post.title|liquify since one of them is an integer. This fixes it.

gemfarmer commented 1 year ago

Thanks for your contribution, @snan !