Skip to content

Commit f35894a

Browse files
committed
WIP: fix https
1 parent ad15465 commit f35894a

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

website/themes/pure/templates/base.html

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@
4545
<link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
4646
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.3.0/pure-min.css">
4747
<!--[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">
4949
<![endif]-->
5050
<!--[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">
5252
<!--<![endif]-->
5353
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/styles.css">
5454
<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'>
5858
{% block head_css %}{% endblock %}
5959

6060

@@ -96,9 +96,9 @@
9696
<footer id="footer" class="pure-u-1 pure-u-md-4-4">
9797
<div class="l-box">
9898
<div>
99-
<p>&copy; <a href="http://cyrille.rossant.net">{{ AUTHOR }}</a> &ndash;
99+
<p>&copy; <a href="https://cyrille.rossant.net">{{ AUTHOR }}</a> &ndash;
100100
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>
102102
</p>
103103
</div>
104104
</div>
@@ -110,5 +110,3 @@
110110

111111
</body>
112112
</html>
113-
114-

website/themes/pure/templates/sc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
src="https://www.statcounter.com/counter/counter.js"
1111
async></script>
1212
<noscript><div class="statcounter"><a title="Web Analytics"
13-
href="http://statcounter.com/" target="_blank"><img
13+
href="https://statcounter.com/" target="_blank"><img
1414
class="statcounter"
1515
src="//c.statcounter.com/9752080/0/c177b501/1/" alt="Web
1616
Analytics"></a></div></noscript>

0 commit comments

Comments
 (0)