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

github.com/pravin/hugo-theme-prav.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPravin Paratey <pravin@paratey.com>2020-04-30 01:39:06 +0300
committerPravin Paratey <pravin@paratey.com>2020-04-30 01:39:06 +0300
commitcf68e5a97ecc21fd8b61f8cf087a9633e00d6493 (patch)
tree81b1d23979b7bde676986e80da83e57c42ac2238
parentdfb4dd42c9e5e8fafc136f1597ca451db52c366e (diff)
Forcing https for external assets
-rw-r--r--layouts/partials/header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 69aa1d9..765c52a 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -24,8 +24,8 @@
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/grids-responsive-min.css">
<!--<![endif]-->
<link rel="stylesheet" href="/css/style.css">
- <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Merriweather:300,300italic,700&display=swap" type="text/css">
- <link href="//fonts.googleapis.com/css?family=Fira+Sans+Condensed:300&display=swap" rel="stylesheet">
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Merriweather:300,300italic,700&display=swap" type="text/css">
+ <link href="https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:300&display=swap" rel="stylesheet">
<link rel="icon" href="/img/favicon.ico" type="image/x-icon">
<link rel="alternate" type="application/atom+xml" title="Atom Feed" href="/atom.xml" />