1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-24 02:38:15 +04:00

jekyll dirs

This commit is contained in:
codecalm
2018-02-19 20:17:02 +01:00
parent 8df5b11b83
commit 5597250d7b
838 changed files with 56 additions and 90610 deletions

View File

@@ -0,0 +1,9 @@
require 'json'
module JsonFilter
def json_parse(input)
JSON.parse(input)
end
Liquid::Template.register_filter self
end