File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Critical items to know are:
14
14
- changed behaviour
15
15
16
16
## [ master] ( https://github.com/vsoch/docsy-jekyll/tree/master )
17
- - updating repository with copyright notice (0.0.2)
17
+ - updating repository with copyright notice, google analytics bug fix (0.0.2)
18
18
- fixing link to repository in about.md (0.0.19)
19
19
- use jquery locally, in case that jquery is unreachable in some places (0.0.18)
20
20
- hiding sidebar links to reflect parent functionality (0.0.17)
Original file line number Diff line number Diff line change 3
3
var doNotTrack = false ;
4
4
if ( ! doNotTrack ) {
5
5
window . ga = window . ga || function ( ) { ( ga . q = ga . q || [ ] ) . push ( arguments ) } ; ga . l = + new Date ;
6
- ga ( 'create' , 'UA-00000000-0 ' , 'auto' ) ;
6
+ ga ( 'create' , '{{ site.google-analytics }} ' , 'auto' ) ;
7
7
ga ( 'send' , 'pageview' ) ;
8
8
}
9
9
</ script > {% endif %}
You can’t perform that action at this time.
0 commit comments