jamigibbs / phantom

A minimalist, responsive portfolio theme for Jekyll with Bootstrap
http://jamigibbs.github.io/phantom/
MIT License
341 stars 410 forks source link

Insecure resource loading over http in example #16

Closed numberisnan closed 4 years ago

numberisnan commented 5 years ago

The example for the theme (https://jamigibbs.github.io/phantom/) does not load any of required resources. This is due to these being requested over http and not https, and the browser refusing to load these resources due to that. For my browser, I used Chrome 74.0.3729.131.

jamigibbs commented 4 years ago

Thanks @matthiasludwig 👍