getzola / hyde

Port of https://github.com/poole/hyde to Zola
MIT License
76 stars 51 forks source link

Use https to avoid mixed content. #5

Closed k-o-ta closed 6 years ago

k-o-ta commented 6 years ago

Getting google fonts via http causes mixed content error like below.

Mixed Content: The page at 'https://bon-chi.github.io/blog/' was loaded over HTTPS, 
but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface'. 
This request has been blocked; the content must be served over HTTPS.
Keats commented 6 years ago

Thanks!