diff options
author | Matt Smith | 2018-08-07 21:11:34 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen | 2018-08-07 22:14:33 +0200 |
commit | 72d4bdf48847063728e0f90084625ca432c22bb5 (patch) | |
tree | ce7abaa47f13a0eec65b0549a162acf95500a23e | |
parent | 8cab2d27e2b7727e632d817dbdd41a97cc99af00 (diff) | |
download | hyde-72d4bdf48847063728e0f90084625ca432c22bb5.tar.lz hyde-72d4bdf48847063728e0f90084625ca432c22bb5.tar.zst hyde-72d4bdf48847063728e0f90084625ca432c22bb5.zip |
Fix for mixed insecure content
-rw-r--r-- | layouts/partials/head.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 66a5d46..1f7b072 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"{{with .Site.LanguageCode}} xml:lang="{{.}}" lang="{{.}}"{{end}}> <head> - <link href="http://gmpg.org/xfn/11" rel="profile"> + <link href="//gmpg.org/xfn/11" rel="profile"> <meta http-equiv="content-type" content="text/html; charset=utf-8"> {{ .Hugo.Generator }} |