Mercurial > piecrust2
changeset 708:d3a5a086e5cd
templating: Use HTTPS URLs for a couple things.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Thu, 19 May 2016 22:05:10 -0700 |
parents | 5f552aedd918 |
children | 4285b2c9b872 |
files | piecrust/__init__.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/piecrust/__init__.py Fri Mar 25 23:35:56 2016 -0700 +++ b/piecrust/__init__.py Thu May 19 22:05:10 2016 -0700 @@ -13,9 +13,9 @@ DEFAULT_TEMPLATE_ENGINE = 'jinja2' DEFAULT_POSTS_FS = 'flat' DEFAULT_DATE_FORMAT = '%b %d, %Y' -DEFAULT_THEME_SOURCE = 'http://bitbucket.org/ludovicchabant/' +DEFAULT_THEME_SOURCE = 'https://bitbucket.org/ludovicchabant/' -PIECRUST_URL = 'http://bolt80.com/piecrust/' +PIECRUST_URL = 'https://bolt80.com/piecrust/' CACHE_VERSION = 23