Skip to content

Commit 8f9a79e

Browse files
committed
Replace http links with secure links
1 parent c740d98 commit 8f9a79e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/_layouts/default.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@
1818
{% if site.data.images.favicon %}
1919
<link rel="icon" type="image/x-icon" href="{{ site.data.images.favicon }}" />
2020
{% else %}
21-
<link rel="icon" type="image/x-icon" href="http://theme.thephpleague.com/img/favicon.ico" />
21+
<link rel="icon" type="image/x-icon" href="//theme.thephpleague.com/img/favicon.ico" />
2222
{% endif %}
2323
{% if site.data.images.apple_touch %}
2424
<link rel="apple-touch-icon-precomposed" href="{{ site.data.images.apple_touch }}">
2525
{% else %}
26-
<link rel="apple-touch-icon-precomposed" href="http://theme.thephpleague.com/img/apple-touch-icon-precomposed.png">
26+
<link rel="apple-touch-icon-precomposed" href="//theme.thephpleague.com/img/apple-touch-icon-precomposed.png">
2727
{% endif %}
28-
<link rel="stylesheet" href="http://theme.thephpleague.com/css/all.css?2">
28+
<link rel="stylesheet" href="//theme.thephpleague.com/css/all.css?2">
2929
</head>
3030
<body>
3131

3232
<section class="all_packages">
33-
<a href="http://thephpleague.com/">
34-
<img src="http://theme.thephpleague.com/img/loep_logo.png" width="195" height="200" alt="The League of Extraordinary Packages">
33+
<a href="https://thephpleague.com/">
34+
<img src="//theme.thephpleague.com/img/loep_logo.png" width="195" height="200" alt="The League of Extraordinary Packages">
3535
</a>
3636
<h2>Our Packages:</h2>
3737
<ul>
@@ -49,7 +49,7 @@ <h2>Our Packages:</h2>
4949
<span class="name">{{ site.data.project.title }}</span>
5050
<span class="tagline">{{ site.data.project.tagline }}</span>
5151
</a>
52-
<a href="http://thephpleague.com/" class="league">
52+
<a href="https://thephpleague.com/" class="league">
5353
Presented by The League of Extraordinary Packages
5454
</a>
5555
</header>
@@ -79,12 +79,12 @@ <h2>{{ section[0] }}</h2>
7979
</main>
8080

8181
<footer>
82-
<span>&copy; Copyright <a href="http://thephpleague.com">The League of Extraordinary Packages</a>.</span>
83-
<span>Site design by <a href="http://reinink.ca">Jonathan Reinink</a>.</span>
82+
<span>&copy; Copyright <a href="https://thephpleague.com">The League of Extraordinary Packages</a>.</span>
83+
<span>Site design by <a href="https://reinink.ca">Jonathan Reinink</a>.</span>
8484
</footer>
8585

8686
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
87-
<script src="http://theme.thephpleague.com/js/scripts.js"></script>
87+
<script src="//theme.thephpleague.com/js/scripts.js"></script>
8888

8989
{% if site.data.project.google_analytics_tracking_id %}
9090
<script>

0 commit comments

Comments
 (0)