@@ -222,26 +222,26 @@ <h3>{{ _('Navigation') }}</h3>
222
222
</ div >
223
223
{%- endblock %}
224
224
225
+ {%- block analytics%}
225
226
< script type ="text/javascript ">
226
-
227
- var _gaq = _gaq || [ ] ;
228
- _gaq . push ( [ '_setAccount' , 'UA-7301842-8' ] ) ;
229
- _gaq . push ( [ '_setDomainName' , 'mongodb.org' ] ) ;
230
- _gaq . push ( [ '_trackPageview' ] ) ;
231
-
232
- ( function ( ) {
233
- var ga = document . createElement ( 'script' ) ; ga . type = 'text/javascript' ; ga . async = true ;
234
- ga . src = ( 'https:' == document . location . protocol ? 'https://ssl' : 'http://www' ) + '.google-analytics.com/ga.js' ;
235
- var s = document . getElementsByTagName ( 'script' ) [ 0 ] ;
236
- s . parentNode . insertBefore ( ga , s ) ;
237
- } ) ( ) ;
238
-
227
+ var _gaq = _gaq || [ ] ;
228
+ _gaq . push ( [ '_setAccount' , 'UA-7301842-8' ] ) ;
229
+ _gaq . push ( [ '_setDomainName' , 'mongodb.org' ] ) ;
230
+ _gaq . push ( [ '_trackPageview' ] ) ;
231
+ ( function ( ) {
232
+ var ga = document . createElement ( 'script' ) ; ga . type = 'text/javascript' ; ga . async = true ;
233
+ ga . src = ( 'https:' == document . location . protocol ? 'https://ssl' : 'http://www' ) + '.google-analytics.com/ga.js' ;
234
+ var s = document . getElementsByTagName ( 'script' ) [ 0 ] ;
235
+ s . parentNode . insertBefore ( ga , s ) ;
236
+ } ) ( ) ;
239
237
</ script >
238
+ {%- endblock %}
240
239
241
-
242
- < script type ="text/javascript ">
243
- document . write ( unescape ( "%3Cscript src='" + document . location . protocol + "//munchkin.marketo.net/munchkin.js' type='text/javascript'%3E%3C/script%3E" ) ) ;
244
- </ script >
245
- < script > try { mktoMunchkin ( "017-HGS-593" ) ; } catch ( e ) { } </ script >
240
+ {%- block marketo %}
241
+ < script type ="text/javascript ">
242
+ document . write ( unescape ( "%3Cscript src='" + document . location . protocol + "//munchkin.marketo.net/munchkin.js' type='text/javascript'%3E%3C/script%3E" ) ) ;
243
+ </ script >
244
+ < script > try { mktoMunchkin ( "017-HGS-593" ) ; } catch ( e ) { } </ script >
245
+ {%- endblock %}
246
246
</ body >
247
247
</ html >
0 commit comments