Parcourir la source

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 il y a 5 ans
Parent
révision
1cd4c9b051
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      layouts/partials/head.html

+ 1
- 1
layouts/partials/head.html Voir le fichier

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