streetturtle / jekyll-cv-crafter

Jekyll based CV generator
http://pavelmakhov.com/jekyll-cv-crafter/
MIT License
104 stars 48 forks source link

Use protocol-relative url #1

Closed suzhouxing closed 8 years ago

suzhouxing commented 8 years ago

Please use //url to replace http://url in index.html. Since modern browsers may block the http request if the original url is opened with SSL.

References: https://en.wikipedia.org/wiki/Wikipedia:Protocol-relative_URL http://www.paulirish.com/2010/the-protocol-relative-url/

streetturtle commented 8 years ago

Hi!

Thanks for your comment, good spot! I've replaced links to http by https. I believe this way it's more clear. Please let me know in case of any questions.

Thanks again!