File tree 1 file changed +7
-7
lines changed 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
6
7
7
8
+ < script src ="//ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js "> </ script >
9
+ < script src ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js "
10
+ integrity ="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS "
11
+ crossorigin ="anonymous "> </ script >
12
+
8
13
{% if page.language != "python" %}
9
14
<!-- code highlighting -->
10
15
< script src ="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/highlight.min.js "> </ script >
11
16
< script > hljs . initHighlightingOnLoad ( ) ; </ script >
12
17
{% endif %}
13
-
18
+
14
19
{% if page.language == "plotly_js" or page.language == "r" or page.language == "ggplot2" %}
15
20
<!-- Plotly.js -->
16
21
< script src ="https://cdn.plot.ly/plotly-latest.min.js "> </ script >
17
22
{% endif %}
18
-
23
+
19
24
{% if page.language == "r" or page.language == "ggplot2" %}
20
25
< script src ="/all_static/r_files/r_dependencies.js "> </ script >
21
26
{% endif %}
45
50
<!-- META TAGS -->
46
51
{% include layouts/seo.html %}
47
52
48
- < script src ="//ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js "> </ script >
49
- < script src ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js "
50
- integrity ="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS "
51
- crossorigin ="anonymous "> </ script >
52
-
53
53
54
54
</ head >
You can’t perform that action at this time.
0 commit comments