Closed SimonEnsemble closed 5 years ago
@SimonEnsemble, thanks for reporting.
This warning usually appears when you are loading javascript code from sources over an HTTP connection instead of an HTTPS
I went through the original code and didn't observe any such issues. I went through your website and got this,
Mixed Content: The page at 'https://simonensemble.github.io/ppl/' was loaded over
HTTPS, but requested an insecure favicon 'http://simonensemble.github.io/assets/favicon.ico'.
This request has been blocked; the content must be served over HTTPS.
To fix this, change url in _config.yml from,
url: http://simonensemble.github.io
to
url: https://simonensemble.github.io
While going through your repository for #2, I found a couple of issues,
assets/
to store images and use them from thereold_about.md
. It will always be stored in git in case you ever need it._config.yml
. Again, git will preserve the history, provided that you have them in a previous commitresume.pdf
Feel free to ask back in case any of it gets confusing to follow
hi. another odd phenomena with this theme on Github pages (my page here) is that Google Chrome states "this page is trying to load scripts from unauthorized souces". Do you know why it could be warning that?