Skip to content

Commit

Permalink
Add jekyll-target-blank gem to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MinSeungHyun committed Jan 17, 2024
1 parent 470c2ce commit 150cbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ source "https://rubygems.org"

# If you have any plugins, put them here!
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
gem 'jekyll-target-blank'
group :jekyll_plugins do
gem 'jekyll-feed'
gem 'jekyll-sitemap'
Expand All @@ -17,5 +18,4 @@ group :jekyll_plugins do
gem 'jekyll-archives'
gem 'kramdown'
gem 'rouge'
gem 'jekyll-target-blank'
end

0 comments on commit 150cbe0

Please sign in to comment.