From a4de29fe647453fa611bebc82f1fcbaa28619b83 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 3 Jul 2023 13:08:31 -0700 Subject: [PATCH] Plausible analytics, refs #79 --- docs/_templates/base.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/_templates/base.html diff --git a/docs/_templates/base.html b/docs/_templates/base.html new file mode 100644 index 0000000..eededf5 --- /dev/null +++ b/docs/_templates/base.html @@ -0,0 +1,6 @@ +{%- extends "!base.html" %} + +{% block site_meta %} +{{ super() }} + +{% endblock %}