18
18
{% if site.data.images.favicon %}
19
19
< link rel ="icon " type ="image/x-icon " href ="{{ site.data.images.favicon }} " />
20
20
{% 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 " />
22
22
{% endif %}
23
23
{% if site.data.images.apple_touch %}
24
24
< link rel ="apple-touch-icon-precomposed " href ="{{ site.data.images.apple_touch }} ">
25
25
{% 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 ">
27
27
{% 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 ">
29
29
</ head >
30
30
< body >
31
31
32
32
< 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 ">
35
35
</ a >
36
36
< h2 > Our Packages:</ h2 >
37
37
< ul >
@@ -49,7 +49,7 @@ <h2>Our Packages:</h2>
49
49
< span class ="name "> {{ site.data.project.title }}</ span >
50
50
< span class ="tagline "> {{ site.data.project.tagline }}</ span >
51
51
</ a >
52
- < a href ="http ://thephpleague.com/ " class ="league ">
52
+ < a href ="https ://thephpleague.com/ " class ="league ">
53
53
Presented by The League of Extraordinary Packages
54
54
</ a >
55
55
</ header >
@@ -79,12 +79,12 @@ <h2>{{ section[0] }}</h2>
79
79
</ main >
80
80
81
81
< footer >
82
- < span > © 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 > © 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 >
84
84
</ footer >
85
85
86
86
< 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 >
88
88
89
89
{% if site.data.project.google_analytics_tracking_id %}
90
90
< script >
0 commit comments