From b8c090808fa621dc0559c0ebf8f4daacd60e4c85 Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Tue, 3 Mar 2020 11:05:25 -0500 Subject: [PATCH] fix: don't open external links to another tab by default This caused a problem for links that were not from the subdomain, but still part of embarklabs.io, because it opened a new tab --- site/_config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/_config.yml b/site/_config.yml index 0528ae32cc..3ff958ee79 100644 --- a/site/_config.yml +++ b/site/_config.yml @@ -38,3 +38,5 @@ node_sass: outputStyle: nested precision: 5 sourceComments: false +external_link: + enable: false