File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
TWITTER = 'https://twitter.com/cyrillerossant'
10
10
GITHUB = 'https://github.com/ipython-books/cookbook-2nd'
11
11
CODE = 'https://github.com/ipython-books/cookbook-2nd-code'
12
- AUTHOR_WEBSITE = 'http ://cyrille.rossant.net'
12
+ AUTHOR_WEBSITE = 'https ://cyrille.rossant.net'
13
13
MINIBOOK = 'https://github.com/ipython-books/minibook-2nd-code'
14
14
15
15
PATH = 'content'
Original file line number Diff line number Diff line change 10
10
sys .path .append (os .curdir )
11
11
from pelicanconf import *
12
12
13
- SITEURL = 'http ://ipython-books.github.io'
13
+ SITEURL = 'https ://ipython-books.github.io'
14
14
RELATIVE_URLS = False
15
15
16
16
FEED_ALL_ATOM = 'feeds/all.atom.xml'
Original file line number Diff line number Diff line change 45
45
< link href ="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.2.0/css/font-awesome.min.css " rel ="stylesheet ">
46
46
< link rel ="stylesheet " href ="//cdnjs.cloudflare.com/ajax/libs/pure/0.3.0/pure-min.css ">
47
47
<!--[if lte IE 8]>
48
- <link rel="stylesheet" href="https://yui.yahooapis .com/pure/0.5.0/grids-responsive-old-ie -min.css">
48
+ <link rel="stylesheet" href="https://cdnjs.cloudflare .com/ajax/libs/ pure/0.5.0/pure -min.css">
49
49
<![endif]-->
50
50
<!--[if gt IE 8]><!-->
51
- < link rel ="stylesheet " href ="https://yui.yahooapis .com/pure/0.5.0/grids-responsive -min.css ">
51
+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare .com/ajax/libs/ pure/0.5.0/pure -min.css ">
52
52
<!--<![endif]-->
53
53
< link rel ="stylesheet " href ="{{ SITEURL }}/theme/css/styles.css ">
54
54
< link rel ="stylesheet " href ="{{ SITEURL }}/theme/css/pygments.css ">
You can’t perform that action at this time.
0 commit comments