1
0
Fork 0
forked from github/pelican
pelican-theme/pelican
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
..
tests Load external resources via HTTPS when available 2015-06-02 08:35:12 -07:00
themes Load external resources via HTTPS when available 2015-06-02 08:35:12 -07:00
tools Merge pull request #1728 from jonathan-s/stop-server 2015-05-27 08:13:21 -07:00
__init__.py Improve internal error reporting. Fixes #1717. 2015-05-12 02:55:45 +03:00
contents.py Nitpick Content decorators 2015-03-22 12:21:58 +02:00
generators.py Merge pull request #1453 from arty-name/period-archives-syntax-errors 2015-05-30 09:29:53 -07:00
log.py minor spelling fixes 2014-09-15 20:29:00 -04:00
paginator.py Fix Pelican rendering and unit tests on Windows. 2015-01-25 17:42:53 -08:00
readers.py Ignore empty metadata. Fixes #1469. Fixes #1398. 2015-03-24 11:37:07 -07:00
rstdirectives.py Fix bug with custom reST :abbr: role. Fixes #949 2014-10-16 07:09:20 -07:00
server.py Make pelican.server importable and use it in fab serve 2015-04-03 18:58:52 -04:00
settings.py remove tag_cloud from core 2015-04-20 12:16:05 +02:00
signals.py Merge pull request #1471 from roidelapluie/master 2015-05-06 13:13:48 +02:00
urlwrappers.py Change URLWrapper.slug to a property 2015-04-16 19:16:23 -04:00
utils.py Fix Pelican rendering and unit tests on Windows. 2015-01-25 17:42:53 -08:00
writers.py Remove a couple of unused imports 2015-03-13 23:01:31 -07:00