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/
This commit is contained in:
Sorin Davidoi 2019-10-03 19:54:26 +02:00 committed by Bjørn Erik Pedersen
parent e8b222c162
commit 4df1fdd4f5
1 changed files with 1 additions and 1 deletions

View File

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