From ec771edc01bc52f1e72fbfb6579dfe0e3fb085e6 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Wed, 16 Apr 2025 11:41:14 -0400 Subject: [PATCH] feat: Updates plausible script to include outbound links. --- Sources/Docs/Templates/BaseLayout.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Docs/Templates/BaseLayout.swift b/Sources/Docs/Templates/BaseLayout.swift index 65570e7..b46c44a 100644 --- a/Sources/Docs/Templates/BaseLayout.swift +++ b/Sources/Docs/Templates/BaseLayout.swift @@ -121,7 +121,7 @@ private func generateHead(_ pageTitle: String, _ extraHeader: NodeConvertible) - - + """) link(href: "/static/output.css", rel: "stylesheet") link(href: "/articles/feed.xml", rel: "alternate", title: SiteMetadata.name, type: "application/rss+xml")