Add option to open external links in new tab

This commit is contained in:
Maxime Vaillancourt
2021-03-02 20:16:12 -05:00
parent ac70b2f668
commit 606ed76189
5 changed files with 34 additions and 1 deletions

View File

@@ -7,3 +7,4 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
gem "jekyll", "~> 4.0"
gem "jekyll-last-modified-at", git: "https://github.com/maximevaillancourt/jekyll-last-modified-at", branch: "add-support-for-files-in-git-submodules"
gem "webrick", "~> 1.7"
gem "nokogiri"