diff options
author | Tobias Schmidl <tobias@schmidl.cc> | 2017-10-02 16:05:59 +0200 |
---|---|---|
committer | Tobias Schmidl <tobias@schmidl.cc> | 2017-10-02 22:02:40 +0200 |
commit | d360082dfe7385d7b462d41aa3181cb399bf5564 (patch) | |
tree | 93805b47abe423a8c5a78d90683bf887a438cf9b /Just-Read | |
parent | 4551ab6bae563fd59afe7d3d857335d438b68acc (diff) | |
download | pelican-themes-d360082dfe7385d7b462d41aa3181cb399bf5564.tar.gz |
[Just-Read] Avoid a mixed content warning in Chrome, Firefox
Diffstat (limited to 'Just-Read')
-rw-r--r-- | Just-Read/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Just-Read/templates/base.html b/Just-Read/templates/base.html index d04298c..ff98d70 100644 --- a/Just-Read/templates/base.html +++ b/Just-Read/templates/base.html @@ -9,7 +9,7 @@ <meta name="MobileOptimized" content="320"> <meta name="viewport" content="width=device-width, target-densitydpi=160dpi, initial-scale=1.0"> - <link href='http://fonts.googleapis.com/css?family=Droid+Sans:700,400|Droid+Sans+Mono' rel='stylesheet' type='text/css'> + <link href='https://fonts.googleapis.com/css?family=Droid+Sans:700,400|Droid+Sans+Mono' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="{{ SITEURL }}/theme/css/{{ CSS_FILE }}" type="text/css" /> <!--[if lt IE 9]> |