Public: Add XFN metadata profile to landing page documents
See https://gmpg.org/xfn/join I just love web standards like these and as I was already using rel="me" this addition is technically correct! Note that the url scheme got changed to https because I don't like having http urls on my landing page.
This commit is contained in:
parent
7e9988f479
commit
8549f655c6
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<head profile="https://gmpg.org/xfn/11">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="referrer" content="no-referrer">
|
||||
<link rel="icon" href="/avatar.svg" type="image/svg+xml;charset=UTF-8">
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<head profile="https://gmpg.org/xfn/11">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="referrer" content="no-referrer">
|
||||
<link rel="icon" href="/avatar.svg" type="image/svg+xml;charset=UTF-8">
|
||||
|
|
Loading…
Reference in a new issue