From c5510c73291d7eaf48d5131011d85503b89b5ce6 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Fri, 30 Jan 2026 17:28:10 +0100 Subject: [PATCH] minor --- config.toml | 1 + templates/base.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 6f6b5d2..066de4a 100644 --- a/config.toml +++ b/config.toml @@ -9,6 +9,7 @@ feed_filenames = ["rss.xml"] [markdown] highlighting = { theme = "GitHub-Dark" } +external_links_target_blank = true [extra] author = "Yan Lin" diff --git a/templates/base.html b/templates/base.html index a19dfe5..81a23d0 100644 --- a/templates/base.html +++ b/templates/base.html @@ -30,7 +30,7 @@