diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 0186bfe..26d295e 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -47,5 +47,9 @@
{{ end }}
{{ partial "script_async.html" "js/app.js" }}
+
+ {{ if not .Site.IsServer }}
+ {{ partial "fathom.html" }}
+ {{ end }}