Skip to content

Commit

Permalink
Add the double slash check to link checking hook
Browse files Browse the repository at this point in the history
  • Loading branch information
dshevtsov committed Jan 15, 2019
1 parent f1fcefd commit 7de0b2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _plugins/html-check-hook.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#
require 'html-proofer'
require 'yaml'
require_relative '../rakelib/double-slash-check.rb'

Jekyll::Hooks.register :site, :post_write do |site|
# Do nothing unless serving mode is enabled
Expand Down

0 comments on commit 7de0b2e

Please sign in to comment.