diff --git a/Gemfile b/Gemfile index 01740e4..61255ea 100644 --- a/Gemfile +++ b/Gemfile @@ -22,3 +22,4 @@ gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] # Various others gem "webrick", "~> 1.9" gem "kramdown", "~> 2.4" +gem 'jekyll-target-blank', '~> 2.0' diff --git a/_config.yml b/_config.yml index f218fb8..b13faed 100644 --- a/_config.yml +++ b/_config.yml @@ -28,6 +28,7 @@ kramdown: # Plugins plugins: - jekyll-feed + # - jekyll-target-blank # Per-collection settings collections_dir: collections diff --git a/src/collections/_software/minecraft-client-ping.md b/src/collections/_software/minecraft-client-ping.md index 0b0fff6..58f8cf6 100644 --- a/src/collections/_software/minecraft-client-ping.md +++ b/src/collections/_software/minecraft-client-ping.md @@ -5,7 +5,7 @@ description: A Minecraft mod that implements multiplayer Point-of-Interest marki software_category: minecraft --- -Client Ping is a Minecraft ([`^1.19.4`](https://jubianchi.github.io/semver-check/#/constraint/^1.19.4)) mod I wrote that implements multiplayer Point-of-Interest marking without the need for a server-side plugin/mod counterpart. +Client Ping is a Minecraft `^1.19.4` mod I wrote that implements multiplayer Point-of-Interest marking without the need for a server-side plugin/mod counterpart. ![A screenshot of a ping](/assets/software/minecraft-client-ping/9a704ff99abe67ee711f5fae6008ef7e42f641a7.png)