|
6 | 6 | title= pkg.title +' v'+ pkg.version
|
7 | 7 | meta(name='viewport', content='width=device-width, initial-scale=1.0')
|
8 | 8 |
|
9 |
| - link(rel='stylesheet', href='http://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.1.1-1/css/custom/bootstrap.min.css') |
10 |
| - link(rel='stylesheet', href='http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/themes/smoothness/jquery-ui.css') |
| 9 | + link(rel='stylesheet', href='https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.1.1-1/css/custom/bootstrap.min.css') |
| 10 | + link(rel='stylesheet', href='https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/themes/smoothness/jquery-ui.css') |
11 | 11 | link(rel='stylesheet', href='docs.css')
|
12 | 12 |
|
13 |
| - script(src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.0/jquery.min.js') |
14 |
| - script(src='http://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js') |
15 |
| - script(src='http://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.1.1/js/bootstrap.min.js') |
| 13 | + script(src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js') |
| 14 | + script(src='https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js') |
| 15 | + script(src='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.1.1/js/bootstrap.min.js') |
16 | 16 |
|
17 |
| - link(rel='stylesheet', href='http://prismjs.com/themes/prism.css') |
18 |
| - script(src='http://prismjs.com/prism.js') |
| 17 | + link(rel='stylesheet', href='https://prismjs.com/themes/prism.css') |
| 18 | + script(src='https://prismjs.com/prism.js') |
19 | 19 |
|
20 |
| - //link(rel='stylesheet', href='http://highlightjs.org/static/styles/zenburn.css') |
21 |
| - //script(src='http://yandex.st/highlightjs/8.0/highlight.min.js') |
| 20 | + //link(rel='stylesheet', href='https://highlightjs.org/static/styles/zenburn.css') |
| 21 | + //script(src='https://yandex.st/highlightjs/8.0/highlight.min.js') |
22 | 22 |
|
23 | 23 | script(src='docs.js')
|
24 | 24 |
|
|
0 commit comments