jekyll/lib
Ashwin Maroli ffe8d168f2 Prefer Regexp#match? over String#match?
This commit fixes a minor regression introduced in the commit e10a909

Prefer using `Regexp#match` because `@file` or `file` in these lines
could be `nil` if the `tag_markup` is just whitespace. In that scenario,
Jekyll should proceed to the validation logic and bail instead of raising
a `NoMethodError` exception.
2019-07-14 12:33:46 +05:30
..
blank_template fix typo in blank site template 2018-10-12 13:01:38 +02:00
jekyll Prefer Regexp#match? over String#match? 2019-07-14 12:33:46 +05:30
site_template Always exclude certain paths from being processed (#7188) 2019-02-19 11:54:18 -05:00
theme_template Add Cache class (#7169) 2018-08-21 03:38:53 -04:00
jekyll.rb Strip extra slashes via `Jekyll.sanitized_path` (#7182) 2018-09-24 13:27:44 -04:00