From 554a5059c3b60d949075577611da7bceadbb4e49 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 12 Apr 2021 15:36:41 -0700 Subject: web: add goatcounter analytics Same setup as scholar.archive.org --- python/fatcat_web/templates/base.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'python/fatcat_web/templates/base.html') diff --git a/python/fatcat_web/templates/base.html b/python/fatcat_web/templates/base.html index 73f33d0d..c17f81de 100644 --- a/python/fatcat_web/templates/base.html +++ b/python/fatcat_web/templates/base.html @@ -153,6 +153,16 @@ integrity="sha256-9H3HWYnPJ2bEHgkOrw+48KheOqYzTvJd1hbeU9sEDFk=" crossorigin="anonymous"> +{% if config.ENABLE_GOATCOUNTER -%} + + +{%- endif %} {% block postscript %}{% endblock %} -- cgit v1.2.3