From 50f8b79c96f4138b08437adef1583d7ccd357ef6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20J=C3=A4hn?= Date: Fri, 27 Oct 2023 08:25:51 +0200 Subject: [PATCH] Open external nav links in new tab by default --- Gemfile.lock | 3 ++- _config.yml | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index cfd6c3a6..506f8b9c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -63,8 +63,9 @@ GEM rexml (3.2.6) rouge (4.2.0) safe_yaml (1.0.5) - sass-embedded (1.69.5-x86_64-linux-gnu) + sass-embedded (1.69.5) google-protobuf (~> 3.23) + rake (>= 13.0.0) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) unicode-display_width (2.5.0) diff --git a/_config.yml b/_config.yml index 0afb660c..1dfcb48f 100644 --- a/_config.yml +++ b/_config.yml @@ -11,6 +11,9 @@ aux_links: # Makes Aux links open in a new tab. Default is false aux_links_new_tab: true +# Open external links in new tab +nav_external_links_new_tab: true + # Color scheme supports "light" (default) and "dark" color_scheme: c2sm