25 lines
883 B
Diff
25 lines
883 B
Diff
diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
|
|
index d5f4b70d..8ff160de 100644
|
|
--- a/doc/_templates/layout.html
|
|
+++ b/doc/_templates/layout.html
|
|
@@ -5,16 +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>
|
|
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();
|
|
- a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;
|
|
- a.src=g;m.parentNode.insertBefore(a,m)
|
|
- })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
- ga('create', 'UA-20116650-4', 'fmtlib.net');
|
|
- ga('send', 'pageview');
|
|
-</script>
|
|
{% endblock %}
|
|
|
|
{%- macro searchform(classes, button) %}
|
|
--
|
|
2.25.1
|
|
|