|
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="http://yui.yahooapis.com/pure/0.5.0/grids-responsive-old-ie-min.css"> |
| 48 | + <link rel="stylesheet" href="https://yui.yahooapis.com/pure/0.5.0/grids-responsive-old-ie-min.css"> |
49 | 49 | <![endif]-->
|
50 | 50 | <!--[if gt IE 8]><!-->
|
51 |
| - <link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.5.0/grids-responsive-min.css"> |
| 51 | + <link rel="stylesheet" href="https://yui.yahooapis.com/pure/0.5.0/grids-responsive-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">
|
55 |
| - <!-- <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'> --> |
56 |
| - <link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,500" rel="stylesheet" type="text/css"> |
57 |
| - <link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css'> |
| 55 | + <!-- <link href='https://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'> --> |
| 56 | + <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,500" rel="stylesheet" type="text/css"> |
| 57 | + <link href='https://fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css'> |
58 | 58 | {% block head_css %}{% endblock %}
|
59 | 59 |
|
60 | 60 |
|
|
96 | 96 | <footer id="footer" class="pure-u-1 pure-u-md-4-4">
|
97 | 97 | <div class="l-box">
|
98 | 98 | <div>
|
99 |
| - <p>© <a href="http://cyrille.rossant.net">{{ AUTHOR }}</a> – |
| 99 | + <p>© <a href="https://cyrille.rossant.net">{{ AUTHOR }}</a> – |
100 | 100 | Built with <a href="https://github.com/PurePelicanTheme/pure-single">Pure Theme</a>
|
101 |
| - for <a href="http://blog.getpelican.com/">Pelican</a> |
| 101 | + for <a href="https://blog.getpelican.com/">Pelican</a> |
102 | 102 | </p>
|
103 | 103 | </div>
|
104 | 104 | </div>
|
|
110 | 110 |
|
111 | 111 | </body>
|
112 | 112 | </html>
|
113 |
| - |
114 |
| - |
0 commit comments