Skip to content

Commit 1cd4c9b

Browse files
sorin-davidoibep
authored andcommitted
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/
1 parent 62d338f commit 1cd4c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html xmlns="http://www.w3.org/1999/xhtml"{{with .Site.LanguageCode}} xml:lang="{{.}}" lang="{{.}}"{{end}}>
33
<head>
4-
<link href="//gmpg.org/xfn/11" rel="profile">
4+
<link href="https://gmpg.org/xfn/11" rel="profile">
55
<meta http-equiv="content-type" content="text/html; charset=utf-8">
66
{{ hugo.Generator }}
77

0 commit comments

Comments
 (0)