mx3m / hikari-for-jekyll

An open-source theme for Jekyll
http://mx3m.github.io/hikari-for-jekyll
MIT License
235 stars 86 forks source link

Use schemeless href to work over HTTP and HTTPS #27

Closed ssorallen closed 10 years ago

ssorallen commented 10 years ago

Linking to “http:” for Google Fonts prevents the site from working when loaded over “https:”. By removing the scheme, the browser will use the scheme over which the parent page was loaded. HTTP and HTTPS will work fine some googleapis.com works over HTTPS.

ssorallen commented 10 years ago

I noticed fonts were busted over HTTPS when looking at issue #26 and the associated site, http://hkalant.github.io/. This fixes fonts for sites served over HTTPS.

mx3m commented 10 years ago

Nice. Merging now.