Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
make the error go away, jekyll press, you rascall
Browse files Browse the repository at this point in the history
  • Loading branch information
jhil committed Nov 10, 2021
1 parent 2f9eb68 commit ee24751
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _plugins/jekyll-press-plugin.rb
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
require 'jekyll-press'

# This is a hack for fixing Jekyll Press. We need the @@mtimes variable,
# and we want to ignore the warning that ruby throws when you declare it.
original_verbose, $VERBOSE = $VERBOSE, nil
@@mtimes = {}
$VERBOSE = original_verbose

0 comments on commit ee24751

Please sign in to comment.