Skip to content

Commit

Permalink
Fix #8: Make sure we support Liquid 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
envygeeks committed Jun 26, 2017
1 parent 4979b35 commit 94286c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/jekyll/menus/drops/item.rb
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ def before_method(method)
]
end
end

alias_method :liquid_method_missing, :before_method
end
end
end
Expand Down

0 comments on commit 94286c3

Please sign in to comment.