File tree 3 files changed +4
-78
lines changed
3 files changed +4
-78
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 6
6
{% endblock %}
7
7
8
8
{% block head_js %}
9
- < script src ="{{ SITEURL }}/theme/js/ jquery.fitvids.js "> </ script >
9
+ < script src ="//cdnjs.cloudflare.com/ajax/libs/fitvids/1.0.1/ jquery.fitvids.min .js "> </ script >
10
10
< script >
11
11
$ ( document ) . ready ( function ( ) {
12
12
$ ( ".content" ) . fitVids ( ) ;
Original file line number Diff line number Diff line change 22
22
< title > {% block title %}{{ SITENAME }} // {{ TAGLINE }}{% endblock title %}</ title >
23
23
{% endblock head %}
24
24
25
- < link rel ="stylesheet " href ="http://yui.yahooapis .com/pure/0.3.0/pure-min.css ">
26
- < link rel ="stylesheet " href ="//netdna.bootstrapcdn .com/font-awesome/4.0.3/css/font-awesome.min.css ">
25
+ < link rel ="stylesheet " href ="//cdnjs.cloudflare .com/ajax/libs /pure/0.3.0/pure-min.css ">
26
+ < link rel ="stylesheet " href ="//cdnjs.cloudflare .com/ajax/libs /font-awesome/4.0.3/css/font-awesome.min.css ">
27
27
< link rel ="stylesheet " href ="{{ SITEURL }}/theme/css/pure.css ">
28
28
{% block head_css %}{% endblock %}
29
29
30
- < script src ="http://ajax.googleapis .com/ajax/libs/jquery/1.10.2 /jquery.min.js "> </ script >
30
+ < script src ="//cdnjs.cloudflare .com/ajax/libs/jquery/2.0.3 /jquery.min.js "> </ script >
31
31
{% block head_js %}{% endblock %}
32
32
</ head >
33
33
You can’t perform that action at this time.
0 commit comments