File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 25
25
'self'
26
26
'unsafe-inline'
27
27
https://stackpath.bootstrapcdn.com
28
- https://use.fontawesome.com
29
28
;
30
29
script-src
31
30
'self'
32
31
'unsafe-eval'
33
32
https://code.jquery.com
34
33
https://cdnjs.cloudflare.com
35
34
https://stackpath.bootstrapcdn.com
36
- https://use.fontawesome.com
37
35
https://www.google-analytics.com
38
36
;
39
37
">
44
42
45
43
<!-- Stylesheets -->
46
44
<!-- Font Awesome -->
47
- < link rel ="stylesheet " href ="https://use. fontawesome.com/releases/v5.1.1/ css/all.css" integrity =" sha384-O8whS3fhG2OnA5Kas0Y9l3cfpmYjapjI0E4theH4iuMD+pLhbf6JI0jIMfYcK3yZ " crossorigin =" anonymous " >
45
+ < link rel ="stylesheet " href ="{{ '/assets/ fontawesome-free/ css/all.css' | relative_url }} " / >
48
46
<!-- Bootstrap CSS and own styles -->
49
47
< link rel ="stylesheet " type ="text/css " href ="{{ '/assets/css/style.css' | relative_url }} "/>
50
48
@@ -122,8 +120,7 @@ <h1>{{ page.title }}</h1>
122
120
< script src ="{{ '/assets/js/app.js' | relative_url }} "> </ script >
123
121
{% endif %}
124
122
<!-- Font Awesome -->
125
- <!--<script src="https://use.fontawesome.com/2dbb7b4a28.js" async></script>-->
126
- < script defer src ="https://use.fontawesome.com/releases/v5.1.1/js/all.js " integrity ="sha384-BtvRZcyfv4r0x/phJt9Y9HhnN5ur1Z+kZbKVgzVBAlQZX4jvAuImlIz+bG7TS00a " crossorigin ="anonymous "> </ script >
123
+ < script defer src ="{{ '/assets/fontawesome-free/js/all.js' | relative_url }} "> </ script >
127
124
<!-- Bootstrap initialisation -->
128
125
< script src ="{{ '/assets/js/bootstrap.js' | relative_url }} " async > </ script >
129
126
<!-- Google Analytics -->
You can’t perform that action at this time.
0 commit comments