mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-31 09:48:30 -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.