Mercurial > piecrust2
changeset 705:acd119fda1f7
docs: Use HTTPS version of Google Fonts.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 07 May 2016 19:33:03 -0700 |
parents | 89ca8cdab020 |
children | e67da1f7293b |
files | docs/templates/google.html |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/templates/google.html Wed Apr 20 23:07:27 2016 -0700 +++ b/docs/templates/google.html Sat May 07 19:33:03 2016 -0700 @@ -1,5 +1,5 @@ {% macro webfonts(fontnames) %} -<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family={{ fontnames }}"> +<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family={{ fontnames }}"> {% endmacro %} {% macro analytics(siteId) %}