From 2ade6f30cda923babf3c9868353274f13cbc411f Mon Sep 17 00:00:00 2001 From: Anton Strogonoff Date: Mon, 18 Mar 2019 16:38:14 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20Don=E2=80=99t=20mark=20certain=20extern?= =?UTF-8?q?al=20links=20(#48)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_config.yml b/_config.yml index fa26092..e3551bb 100644 --- a/_config.yml +++ b/_config.yml @@ -17,6 +17,12 @@ exclude: - /_projects/**/docs/* - .sass-cache/ +unmarked_external_link_selectors: + - .layout--home a + - a[href*=travis] + - a[href*=coverity] + - a[href*=codecov] + collections: projects: output: false