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

github.com/syui/hugo-theme-air.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaneo Van Overloop <daneo.vanoverloop@unleashed.be>2017-11-08 18:32:32 +0300
committersyui <syui@syui.cf>2019-02-24 22:15:03 +0300
commit2b681379585aea3683e9037a5e7e56c29d2e798f (patch)
treed921b185f5ee8163014f1813b7f6d3182faea748
parent977576ad01fcd5ab4d831b0071cb2ee23d1fb4bc (diff)
Now refering to https version of particles.js
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index c7e6526..8d7dbab 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -64,7 +64,7 @@
</script>
{{end}}
<div id="particles-js"></div>
-<script src="http://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
+<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="{{ .Site.BaseURL }}js/particles.js"></script>
</head>
<body class="nav-closed">