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