diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 499354a..10ad2ed 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -32,6 +32,11 @@
{{- $favIcon := .Site.Params.favIcon }}
+ {{ with .Site.Params.tracking }}
+ {{ with .plausible }}
+
+ {{ end }}
+ {{ end }}
{{ $template := resources.Get "scss/index.scss" }}
{{ if $template }}