diff options
Diffstat (limited to 'wikilinks.rb')
| -rw-r--r-- | wikilinks.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wikilinks.rb b/wikilinks.rb index eb95730..7b13c61 100644 --- a/wikilinks.rb +++ b/wikilinks.rb @@ -32,7 +32,7 @@ module Jekyll end def has_match? - not @match.nil? + not @match.nil? end def match_post(posts) |
