mirror of
https://github.com/tabler/tabler.git
synced 2025-12-24 02:38:15 +04:00
jekyll dirs
This commit is contained in:
9
_plugins/jekyll-json-parse.rb
Normal file
9
_plugins/jekyll-json-parse.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
require 'json'
|
||||
|
||||
module JsonFilter
|
||||
def json_parse(input)
|
||||
JSON.parse(input)
|
||||
end
|
||||
|
||||
Liquid::Template.register_filter self
|
||||
end
|
||||
Reference in New Issue
Block a user