File tree Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 1
1
pygments : true
2
2
markdown : kramdown
3
-
4
- google_analytics_tracking_id : UA-30727234-1
Original file line number Diff line number Diff line change 19
19
<!--[if lt IE 9]>
20
20
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
21
21
<![endif]-->
22
+ < script type ="text/javascript ">
23
+ var _gaq = _gaq || [ ] ;
24
+ _gaq . push ( [ '_setAccount' , 'UA-30727234-1' ] ) ;
25
+ _gaq . push ( [ '_trackPageview' ] ) ;
26
+
27
+ ( function ( ) {
28
+ var ga = document . createElement ( 'script' ) ; ga . type = 'text/javascript' ; ga . async = true ;
29
+ ga . src = ( 'https:' == document . ___location . protocol ? 'https://ssl' : 'http://www' ) + '.google-analytics.com/ga.js' ;
30
+ var s = document . getElementsByTagName ( 'script' ) [ 0 ] ; s . parentNode . insertBefore ( ga , s ) ;
31
+ } ) ( ) ;
32
+ </ script >
22
33
</ head >
23
34
< body >
24
35
< div class ="wrapper ">
@@ -42,5 +53,21 @@ <h1>tutorials.github.com</h1>
42
53
</ footer >
43
54
</ div >
44
55
<!--[if !IE]><script>fixScale(document);</script><!--<![endif]-->
56
+ < script id ="sidebar_template " type ="text/x-underscore " charset ="utf-8 ">
57
+ < % _ ( visible ) . each ( function ( values , name ) { % >
58
+ < h3 > < %= name % > (< %= visible_counts [ name ] % > ) </h3 >
59
+ < ul >
60
+ < % _ ( values ) . each ( function ( count , val ) { % >
61
+ < li data-name = "<%= name %>" , data-value = "<%= val %>" >
62
+ < % if ( _ ( filters ) . any ( function ( filter ) { return filter . name === name && filter . value === val ; } ) ) { % >
63
+ < strong > < %= val % > </ strong >
64
+ < % } else { % >
65
+ < %= val % > (< %= count % > )
66
+ < % } % >
67
+ </li >
68
+ < % } ) % >
69
+ </ ul >
70
+ < % } ) % >
71
+ </ script >
45
72
</ body >
46
73
</ html >
You can’t perform that action at this time.
0 commit comments