From 23f5c6d30931003379adebda079ca30f2dcf84b7 Mon Sep 17 00:00:00 2001 From: welpo Date: Mon, 20 Feb 2023 13:12:18 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20improvement:=20open=20external?= =?UTF-8?q?=20links=20in=20new=20window?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index 7d6f480..c5761c1 100644 --- a/config.toml +++ b/config.toml @@ -11,6 +11,7 @@ taxonomies = [ ] [markdown] +external_links_target_blank = true highlight_code = true highlight_theme = "css"