File tree 3 files changed +7
-0
lines changed 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -197,9 +197,11 @@ <h6 class="--footer-heading">Connect</h6>			
197
197
<!-- Image Hover Script -->
198
198
< script src ="{{site.staticurl}}/javascripts/imghover.js "> </ script >
199
199
200
+ {% if page.language != "python" %}
200
201
<!-- code highlighting -->
201
202
< script src ="{{site.staticurl}}/javascripts/codehighlight/highlight.pack.js "> </ script >
202
203
< script > hljs . initHighlightingOnLoad ( ) ; </ script >
204
+ {% endif %}
203
205
204
206
<!-- Google Analytics -->
205
207
< script >
Original file line number Diff line number Diff line change @@ -70,9 +70,11 @@ <h6 class="footer-heading">Connect</h6>
70
70
< script type ='text/javascript ' src ='//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML%2CSafe.js&ver=4.1 '> </ script >
71
71
{% endif %}
72
72
73
+ {% if page.language != "python" %}
73
74
<!-- code highlighting -->
74
75
< script src ="{{site.staticurl}}/javascripts/codehighlight/highlight.pack.js "> </ script >
75
76
< script > hljs . initHighlightingOnLoad ( ) ; </ script >
77
+ {% endif %}
76
78
77
79
<!-- Google Analytics -->
78
80
< script >
Original file line number Diff line number Diff line change 6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
7
8
8
9
+ {% if page.language != "python" %}
10
+ <!-- code highlighting -->
9
11
< script src ="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/highlight.min.js "> </ script >
10
12
< script > hljs . initHighlightingOnLoad ( ) ; </ script >
13
+ {% endif %}
11
14
12
15
<!--
13
16
//// Stylesheets
You can’t perform that action at this time.
0 commit comments