浏览代码

Fix for mixed insecure content

Matt Smith 6 年前
父节点
当前提交
72d4bdf488
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      layouts/partials/head.html

+ 1
- 1
layouts/partials/head.html 查看文件

@@ -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