From d3e8bc608e06fc4f47e69a1607fa910e191a0a21 Mon Sep 17 00:00:00 2001 From: Jens Sauer Date: Tue, 6 Aug 2024 00:09:48 +0200 Subject: [PATCH] Enable outbound link tracking --- config/_default/hugo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index 153288f..b5a3908 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -48,3 +48,4 @@ disableKinds = ["taxonomy", "section"] domain = "bar-filipo.de" selfhosted_domain = "plausible.oxygin.net" gitstar = false + outbound_link = true