1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
From: Shengjing Zhu <zhsj@debian.org>
Date: Mon, 14 Dec 2020 16:36:39 +0800
Subject: Privacy: GA in doc layout.html
Forwarded: not-needed
---
doc/_templates/layout.html | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
index 333a606..8ff160d 100644
--- a/doc/_templates/layout.html
+++ b/doc/_templates/layout.html
@@ -5,15 +5,6 @@
<meta name="keywords" content="C++, formatting, printf, string, library">
<meta name="author" content="Victor Zverovich">
<link rel="stylesheet" href="_static/fmt.css">
-{# Google Analytics #}
-<script async src="https://www.googletagmanager.com/gtag/js?id=UA-20116650-4"></script>
-<script>
- window.dataLayer = window.dataLayer || [];
- function gtag(){dataLayer.push(arguments);}
- gtag('js', new Date());
-
- gtag('config', 'UA-20116650-4');
-</script>
{% endblock %}
{%- macro searchform(classes, button) %}
|