Explorar el Código

Fix for mixed insecure content

Matt Smith hace 6 años
padre
commit
72d4bdf488
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      layouts/partials/head.html

+ 1
- 1
layouts/partials/head.html Ver fichero

@@ -1,7 +1,7 @@
1 1
 <!DOCTYPE html>
2 2
 <html xmlns="http://www.w3.org/1999/xhtml"{{with .Site.LanguageCode}} xml:lang="{{.}}" lang="{{.}}"{{end}}>
3 3
 <head>
4
-  <link href="http://gmpg.org/xfn/11" rel="profile">
4
+  <link href="//gmpg.org/xfn/11" rel="profile">
5 5
   <meta http-equiv="content-type" content="text/html; charset=utf-8">
6 6
   {{ .Hugo.Generator }}
7 7