diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
new file mode 100644
index 0000000000..e6bee29d9a
--- /dev/null
+++ b/docs/_templates/layout.html
@@ -0,0 +1,5 @@
+{% extends "!layout.html" %}
+{% block extrahead %}
+
+{{ super() }}
+{% endblock %}
diff --git a/docs/guides/privacy.md b/docs/guides/privacy.md
index be6121eb7a..1422fea999 100644
--- a/docs/guides/privacy.md
+++ b/docs/guides/privacy.md
@@ -41,6 +41,7 @@ We provide a few hosted services in addition to the sqlc command line tool.
### docs.sqlc.dev
* Hosted on [Read the Docs](https://readthedocs.org/)
+* Analytics with [Plausible](https://plausible.io/privacy-focused-web-analytics)
### play.sqlc.dev