Blame SOURCES/doc-_templates-layout-stripped-Google-Analytics.patch

4d9f08
diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
4d9f08
index 333a606c..8ff160de 100644
4d9f08
--- a/doc/_templates/layout.html
4d9f08
+++ b/doc/_templates/layout.html
4d9f08
@@ -5,15 +5,6 @@
4d9f08
 <meta name="keywords" content="C++, formatting, printf, string, library">
4d9f08
 <meta name="author" content="Victor Zverovich">
4d9f08
 <link rel="stylesheet" href="_static/fmt.css">
4d9f08
-{# Google Analytics #}
4d9f08
-<script async src="https://www.googletagmanager.com/gtag/js?id=UA-20116650-4"></script>
4d9f08
-<script>
4d9f08
-  window.dataLayer = window.dataLayer || [];
4d9f08
-  function gtag(){dataLayer.push(arguments);}
4d9f08
-  gtag('js', new Date());
4d9f08
-
4d9f08
-  gtag('config', 'UA-20116650-4');
4d9f08
-</script>
4d9f08
 {% endblock %}
4d9f08
 
4d9f08
 {%- macro searchform(classes, button) %}
4d9f08
-- 
4d9f08
2.28.0
4d9f08