diff options
author | Gio d'Amelio | 2015-02-23 20:02:12 -0800 |
---|---|---|
committer | Gio d'Amelio | 2015-02-23 20:02:12 -0800 |
commit | 4ce7ab945a525d94b59d1fbe2929a88b15b30430 (patch) | |
tree | c1ed5211f7cc6eb4ba80a420bb0d39c7c8779d2d /layouts/partials | |
parent | 47f2ba81adf8702c33722350d0134dd96f08c1ed (diff) | |
download | hyde-4ce7ab945a525d94b59d1fbe2929a88b15b30430.tar.lz hyde-4ce7ab945a525d94b59d1fbe2929a88b15b30430.tar.zst hyde-4ce7ab945a525d94b59d1fbe2929a88b15b30430.zip |
Fetch google fonts over https
Diffstat (limited to 'layouts/partials')
-rw-r--r-- | layouts/partials/head.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 4ddf0fa..a9f9401 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -13,7 +13,7 @@ <link rel="stylesheet" href="{{ .Site.BaseUrl }}/css/poole.css"> <link rel="stylesheet" href="{{ .Site.BaseUrl }}/css/syntax.css"> <link rel="stylesheet" href="{{ .Site.BaseUrl }}/css/hyde.css"> - <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface"> + <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface"> <!-- Icons --> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/apple-touch-icon-144-precomposed.png"> |