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:
-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" }}