Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/eshlox/simplicity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrzemysław Kołodziejczyk <eshlox@users.noreply.github.com>2020-12-10 14:26:38 +0300
committerGitHub <noreply@github.com>2020-12-10 14:26:38 +0300
commit8696b3b61946d89bb0cd1fc1920940544f1758e9 (patch)
tree8adaf873ddb9af4163f0fd410deffd28d5dee41d
parent50d436b5d77f2e26b2bae495964375fb6435f3ec (diff)
parent72014047353f8383caf1e82f7f65ba53b98c6911 (diff)
Merge pull request #19 from coliff/patch-1HEADmaster
Always load Google Fonts over HTTPS
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 50f4369..c2493e0 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -18,7 +18,7 @@
{{ $styles := resources.Get "/src/styles/styles.scss" | resources.ToCSS $options }}
<link rel="stylesheet" href="{{ $styles.RelPermalink }}" media="screen">
- <link href="//fonts.googleapis.com/css?family=Roboto:400" rel="stylesheet">
+ <link href="https://fonts.googleapis.com/css?family=Roboto:400" rel="stylesheet">
<!-- Icons -->
{{ $touchicon := resources.Get "/src/images/apple-touch-icon.png" }}