Skip to content

Commit

Permalink
Make external links open in new tab
Browse files Browse the repository at this point in the history
Also fix link that had invalid character
  • Loading branch information
Grahmification committed Nov 11, 2024
1 parent 16e5390 commit b85eded
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo-data"
end

# Make external links open in new tab
gem "jekyll-target-blank", "~> 2.0"

# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.2.0", :install_if => Gem.win_platform?

Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ GEM
jekyll (>= 3.8, < 5.0)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
jekyll-target-blank (2.0.2)
jekyll (>= 3.0, < 5.0)
nokogiri (~> 1.10)
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.7.4)
Expand Down Expand Up @@ -166,6 +169,7 @@ DEPENDENCIES
faraday-retry (~> 2.2)
html-proofer (~> 5.0)
jekyll-github-metadata
jekyll-target-blank (~> 2.0)
jekyll-theme-chirpy!
tzinfo (>= 1, < 3)
tzinfo-data
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,3 +192,4 @@ githup_repos:

plugins:
- "jekyll-github-metadata"
- "jekyll-target-blank"
2 changes: 1 addition & 1 deletion _recipes/sauteed-brussels-sprouts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

title: Sautéed Brussels Sprouts
title: Sauteed Brussels Sprouts
image:
categories: [Recipes]
tags: [sides, vegetarian, vegan] # TAG names should always be lowercase
Expand Down

0 comments on commit b85eded

Please sign in to comment.