Skip to content

Commit

Permalink
Merge pull request #18 from jazzominy/update-plugin
Browse files Browse the repository at this point in the history
Update tag_generator.rb
  • Loading branch information
jazzominy authored Jul 14, 2024
2 parents 1ad3a31 + a91aece commit 49e2ddf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _plugins/tag_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Jekyll
class TagGenerator < Generator
def generate(site)
# Exit if not in production mode
# return unless ENV['JEKYLL_ENV'] == 'production'
return unless ENV['JEKYLL_ENV'] == 'production'

tags = {}

Expand Down Expand Up @@ -31,4 +31,4 @@ def generate(site)
end
end
end
end
end

0 comments on commit 49e2ddf

Please sign in to comment.