diff --git a/hugo.yaml b/hugo.yaml index a34620e..0776c60 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -29,6 +29,7 @@ params: plausible: enable: true domain: blog.cybershell.xyz + outbound_link: true selfhosted_domain: "stats.andrewnw.com" # Self-hosted plausible domain @@ -175,4 +176,4 @@ outputs: taxonomy: - html term: - - html \ No newline at end of file + - html diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index b18fdf1..832a447 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -7,7 +7,6 @@ {{ partial "plausible_head.html" . }} - {{ partial "plausible_csp.html" . }} {{ partial "analytics.html" . }} {{- partial "head.html" . }}