getgrav / grav-theme-halcyon

Halcyon Days is a modern and stylish HTML5/CSS3 template with a pixel-perfect design and smooth effects. It’s especially fitting for a portfolio or start-up website, but it’s also very versatile and can be used for many other projects.
https://getgrav.org
Other
5 stars 3 forks source link

Fix fontawesome inclusion over http #4

Open AntonLydike opened 3 years ago

AntonLydike commented 3 years ago

In the demo: https://demo.getgrav.org/halcyon-skeleton/ the icons of the feature section don't load and an error get's printed on the console: Blocked loading mixed active content “http://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css”

This can be fixed by changing the http://... in this line to https://

I can open a pull request if you want


edit: this happens when loading the page over https, since the browser disallows the loading of resources over http. See this mdn article for more info

rhukster commented 3 years ago

PR please :)