fongandrew / hydeout

A refreshed version of Hyde for Jekyll 3.x and 4.x
https://fongandrew.github.io/hydeout/
Other
594 stars 772 forks source link

Make Disqus js available over non-https as well #8

Closed StianOvrevage closed 6 years ago

StianOvrevage commented 6 years ago

Replaced https://{{ site.disqus.shortname }}.disqus.com/embed.js with //{{ site.disqus.shortname }}.disqus.com/embed.js. Browsers will not load the https content if the parent page is served over http. This breaks for example Github Pages. GH pages with custom domain cannot be served over https.

fongandrew commented 6 years ago

Looks good. Thanks!