mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 09:18:11 -05:00
Non-string input was being missed as a result of poor comparison. Converting inputs to strings ensure numerical and boolean values are properly compared. Fixes #3911.