File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 10
10
< link rel ="stylesheet " href ="web/default.min.css ">
11
11
< script src ="web/highlight.min.js "> </ script >
12
12
< script src ="web/script.js "> </ script >
13
- < script async defer src ="https://buttons.github.io/buttons.js "> </ script >
14
13
</ head >
15
14
16
15
< style >
149
148
< a href ="../ " rel ="author "> Jure Šorn</ a >
150
149
</ header >
151
150
152
- < a class ="github-button " href ="https://github.com/gto76/python-cheatsheet " data-show-count ="true " aria-label ="Star gto76/python-cheatsheet on GitHub "> Star</ a >
153
-
154
151
< div id =main_container > </ div >
155
152
156
153
< footer >
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ function parseMd() {
12
12
aDiv . after ( nodes ) ;
13
13
insertLinks ( )
14
14
d3 . selectAll ( "code" ) . each ( function ( ) { hljs . highlightBlock ( this ) ; } ) ;
15
-
16
15
} ) ;
17
16
}
18
17
You can’t perform that action at this time.
0 commit comments