mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Enable Google Analytics for all pages
(It was only enabled for some languages by mistake)
This commit is contained in:
parent
3cb0cdf4f8
commit
8f9c581e73
1 changed files with 1 additions and 1 deletions
|
@ -34,6 +34,7 @@ if(typeof(legacyIE)==='undefined'){
|
|||
Hyphenator.run();
|
||||
}
|
||||
</script>
|
||||
{% endif %}
|
||||
<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),
|
||||
|
@ -44,7 +45,6 @@ if(typeof(legacyIE)==='undefined'){
|
|||
ga('send', 'pageview');
|
||||
|
||||
</script>
|
||||
{% endif %}
|
||||
<link rel="shortcut icon" href="/favicon.png">
|
||||
<link rel="apple-touch-icon-precomposed" href="/img/logo_ios.png"/>
|
||||
</head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue