diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2015-05-05 22:25:04 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2015-05-05 22:25:04 -0700 |
commit | 16575a031534c4279273525b8c7694f678f87b07 (patch) | |
tree | a912eac374ff7f76ff34fa2f5ad65e977098681b /templates/template.html | |
parent | 4db8316cecddb87228e66b42595d89b31824ea1a (diff) | |
download | my_new_personal_website-16575a031534c4279273525b8c7694f678f87b07.tar.xz my_new_personal_website-16575a031534c4279273525b8c7694f678f87b07.zip |
suppress TLS insecure warning
by replacing http://fonts.googleapis.com with ://fonts.googleapis.com .
Credit goes to http://goo.gl/KWcZJu .
Diffstat (limited to '')
-rw-r--r-- | templates/template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/template.html b/templates/template.html index 93a3329a..3fb46776 100644 --- a/templates/template.html +++ b/templates/template.html @@ -31,7 +31,7 @@ $header-includes$ $endfor$ <link href='/css/normalize.css' media="all" rel="stylesheet" type="text/css"> <link href='/css/theme.css' media="all" rel="stylesheet" type="text/css"> -<link href="http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css"> +<link href="//fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css"> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |