1
0
Fork 0
forked from github/pelican
pelican-theme/pelican/themes/simple/templates
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
..
archives.html prefix urls with '{{ SITEURL }}/' so that urls won't break when #330 is merged 2012-05-07 23:07:44 +02:00
article.html fix the meta tags added in #1028 2015-04-08 03:32:48 +02:00
author.html Added the author.html template to the simple theme. 2011-07-19 12:18:14 +02:00
authors.html add <ul> to make valid html 2014-09-05 22:34:29 -04:00
base.html Append slash to href of link to site home 2014-01-13 12:37:15 -05:00
categories.html Create a Category class which has a url property 2012-03-06 16:39:07 +00:00
category.html Put the notmyidea theme by default. 2010-10-30 16:47:59 +01:00
gosquared.html Load external resources via HTTPS when available 2015-06-02 08:35:12 -07:00
index.html multiple authors implemented 2014-02-14 03:21:06 +01:00
page.html The modified attribute no longer has a default value. 2013-11-17 23:40:11 +01:00
pagination.html PAGINATION_URL/PAGINATION_SAVE_AS implementation 2013-07-29 08:09:44 -04:00
period_archives.html Add period to period_archives context. Refs #1044. 2014-02-03 20:26:38 -05:00
tag.html Put the notmyidea theme by default. 2010-10-30 16:47:59 +01:00
tags.html Support TAGS_* and AUTHORS_* by default. 2013-08-05 19:16:00 +02:00
translations.html List of translations for simple and notmyidea pages 2012-11-21 15:45:50 +02:00