From 69aa90b2a0bf43894921d0bbae1b7793214e3a11 Mon Sep 17 00:00:00 2001 From: Janne Mareike Koschinski <janne@kuschku.de> Date: Sat, 22 Aug 2020 21:18:52 +0200 Subject: [PATCH] Added analytics --- theme/main.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme/main.html b/theme/main.html index 377ee0f..ab69317 100644 --- a/theme/main.html +++ b/theme/main.html @@ -320,4 +320,5 @@ url('assets/fonts/roboto-mono-v5-latin-700italic.svg#RobotoMono') format('svg'); /* Legacy iOS */ } </style> -{% endblock %} \ No newline at end of file +<script async defer data-website-id="24607852-9f78-4e6a-adf4-7bf144c5645c" src="https://umami.kuschku.de/umami.js"></script> +{% endblock %} -- GitLab