1
0
Fork 0
forked from github/pelican
Commit graph

2 commits

Author SHA1 Message Date
Justin Mayer
940eb76b7f Load external resources via HTTPS when available
This replaces all `http://` and `//:` links with `https:`. The protocol-
relative URL scheme is now deemed to be an anti-pattern. There are
security advantages to using HTTPS, and there are no significant
performance concerns.

In short, if the asset we need is available via HTTPS, then that asset
should always be loaded via HTTPS.

Fixes #1736
2015-06-02 08:35:12 -07:00
Alexis Metaireau
01b6d8eb44 Update the wide theme. 2010-11-19 02:13:38 +00:00