Kaynağa Gözat

fix(heads): Add protocol to gmpg URL

The resource is available over HTTPS.

https://webhint.io/docs/user-guide/hints/hint-no-protocol-relative-urls/
Sorin Davidoi 5 yıl önce
ebeveyn
işleme
1cd4c9b051
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      layouts/partials/head.html

+ 1
- 1
layouts/partials/head.html Dosyayı Görüntüle

@@ -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="//gmpg.org/xfn/11" rel="profile">
4
+  <link href="https://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