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

github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorColin Guthrie <github@colin.guthr.ie>2018-01-08 12:32:43 +0300
committerGuillermo Guerrero Ibarra <wolf.fox1985@gmail.com>2018-01-08 12:32:43 +0300
commitf2f2c4fe4612ca8698692b547cbb6c960a1b2c82 (patch)
tree20f91bbde6ba4ef45c4bfcb11f211a746e2e082c /static
parent0113621e7e2b69a6c68ad52c1f11e4d77a616cbd (diff)
Https (#135)
* Update style URLs to https. The old URL redirects to this new URL anyway and allows us to avoid any mixed content warnings. * Update the static maps URL to https Avoids any mixed content warnings
Diffstat (limited to 'static')
-rw-r--r--static/css/style.blue.css2
-rw-r--r--static/css/style.default.css2
-rw-r--r--static/css/style.green.css2
-rw-r--r--static/css/style.marsala.css2
-rw-r--r--static/css/style.pink.css2
-rw-r--r--static/css/style.red.css2
-rw-r--r--static/css/style.turquoise.css2
-rw-r--r--static/css/style.violet.css2
-rw-r--r--static/js/hpneo.gmaps.js2
9 files changed, 9 insertions, 9 deletions
diff --git a/static/css/style.blue.css b/static/css/style.blue.css
index a7ebc1e..c738447 100644
--- a/static/css/style.blue.css
+++ b/static/css/style.blue.css
@@ -222,7 +222,7 @@ ul.list-style-none {
}
@media (min-width: 1300px) {
body.boxed {
- background: url(http://subtlepatterns.com/patterns/subtle_zebra_3d.png);
+ background: url(https://www.toptal.com/designers/subtlepatterns/patterns/subtle_zebra_3d.png);
}
body.boxed #all {
position: relative;
diff --git a/static/css/style.default.css b/static/css/style.default.css
index 4b2001b..f2e56d3 100644
--- a/static/css/style.default.css
+++ b/static/css/style.default.css
@@ -222,7 +222,7 @@ ul.list-style-none {
}
@media (min-width: 1300px) {
body.boxed {
- background: url(http://subtlepatterns.com/patterns/subtle_zebra_3d.png);
+ background: url(https://www.toptal.com/designers/subtlepatterns/patterns/subtle_zebra_3d.png);
}
body.boxed #all {
position: relative;
diff --git a/static/css/style.green.css b/static/css/style.green.css
index bc6e9e0..d0f8a2f 100644
--- a/static/css/style.green.css
+++ b/static/css/style.green.css
@@ -222,7 +222,7 @@ ul.list-style-none {
}
@media (min-width: 1300px) {
body.boxed {
- background: url(http://subtlepatterns.com/patterns/subtle_zebra_3d.png);
+ background: url(https://www.toptal.com/designers/subtlepatterns/patterns/subtle_zebra_3d.png);
}
body.boxed #all {
position: relative;
diff --git a/static/css/style.marsala.css b/static/css/style.marsala.css
index b5ace6c..40972c3 100644
--- a/static/css/style.marsala.css
+++ b/static/css/style.marsala.css
@@ -222,7 +222,7 @@ ul.list-style-none {
}
@media (min-width: 1300px) {
body.boxed {
- background: url(http://subtlepatterns.com/patterns/subtle_zebra_3d.png);
+ background: url(https://www.toptal.com/designers/subtlepatterns/patterns/subtle_zebra_3d.png);
}
body.boxed #all {
position: relative;
diff --git a/static/css/style.pink.css b/static/css/style.pink.css
index adc2599..cb7863d 100644
--- a/static/css/style.pink.css
+++ b/static/css/style.pink.css
@@ -222,7 +222,7 @@ ul.list-style-none {
}
@media (min-width: 1300px) {
body.boxed {
- background: url(http://subtlepatterns.com/patterns/subtle_zebra_3d.png);
+ background: url(https://www.toptal.com/designers/subtlepatterns/patterns/subtle_zebra_3d.png);
}
body.boxed #all {
position: relative;
diff --git a/static/css/style.red.css b/static/css/style.red.css
index b416bbd..f328ee6 100644
--- a/static/css/style.red.css
+++ b/static/css/style.red.css
@@ -222,7 +222,7 @@ ul.list-style-none {
}
@media (min-width: 1300px) {
body.boxed {
- background: url(http://subtlepatterns.com/patterns/subtle_zebra_3d.png);
+ background: url(https://www.toptal.com/designers/subtlepatterns/patterns/subtle_zebra_3d.png);
}
body.boxed #all {
position: relative;
diff --git a/static/css/style.turquoise.css b/static/css/style.turquoise.css
index 2697895..f4607c8 100644
--- a/static/css/style.turquoise.css
+++ b/static/css/style.turquoise.css
@@ -222,7 +222,7 @@ ul.list-style-none {
}
@media (min-width: 1300px) {
body.boxed {
- background: url(http://subtlepatterns.com/patterns/subtle_zebra_3d.png);
+ background: url(https://www.toptal.com/designers/subtlepatterns/patterns/subtle_zebra_3d.png);
}
body.boxed #all {
position: relative;
diff --git a/static/css/style.violet.css b/static/css/style.violet.css
index 55df0ba..f10fe8d 100644
--- a/static/css/style.violet.css
+++ b/static/css/style.violet.css
@@ -222,7 +222,7 @@ ul.list-style-none {
}
@media (min-width: 1300px) {
body.boxed {
- background: url(http://subtlepatterns.com/patterns/subtle_zebra_3d.png);
+ background: url(https://www.toptal.com/designers/subtlepatterns/patterns/subtle_zebra_3d.png);
}
body.boxed #all {
position: relative;
diff --git a/static/js/hpneo.gmaps.js b/static/js/hpneo.gmaps.js
index dd7b0ae..66b4959 100644
--- a/static/js/hpneo.gmaps.js
+++ b/static/js/hpneo.gmaps.js
@@ -1612,7 +1612,7 @@ GMaps.prototype.toImage = function(options) {
GMaps.staticMapURL = function(options){
var parameters = [],
data,
- static_root = 'http://maps.googleapis.com/maps/api/staticmap';
+ static_root = 'https://maps.googleapis.com/maps/api/staticmap';
if (options.url) {
static_root = options.url;