File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ {% extends "!layout.html" %}
2
+ {%- block footer %}
3
+ {{ super() }}
4
+ < script type ="text/javascript ">
5
+ var _paq = _paq || [ ] ;
6
+ _paq . push ( [ 'trackPageView' ] ) ;
7
+ _paq . push ( [ 'enableLinkTracking' ] ) ;
8
+ ( function ( ) {
9
+ var u = "//stats.philpep.org/piwik/" ;
10
+ _paq . push ( [ 'setTrackerUrl' , u + 'piwik.php' ] ) ;
11
+ _paq . push ( [ 'setSiteId' , 2 ] ) ;
12
+ var d = document , g = d . createElement ( 'script' ) , s = d . getElementsByTagName ( 'script' ) [ 0 ] ;
13
+ g . type = 'text/javascript' ; g . async = true ; g . defer = true ; g . src = u + 'piwik.js' ; s . parentNode . insertBefore ( g , s ) ;
14
+ } ) ( ) ;
15
+ </ script >
16
+ < noscript > < p > < img src ="//stats.philpep.org/piwik/piwik.php?idsite=2 " style ="border:0; " alt ="" /> </ p > </ noscript >
17
+ {% endblock %}
Original file line number Diff line number Diff line change 115
115
'github_repo' : 'testinfra' ,
116
116
'github_button' : True ,
117
117
'travis_button' : True ,
118
- 'analytics_id' : 'UA-63638452-1' ,
119
118
'extra_nav_links' : {
120
119
'View on github' : 'https://github.com/philpep/testinfra' ,
121
120
},
You can’t perform that action at this time.
0 commit comments