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:
networkException 2022-12-03 19:36:04 +01:00
parent 7e9988f479
commit 8549f655c6
Signed by: networkException
GPG key ID: E3877443AE684391
2 changed files with 2 additions and 2 deletions

View file

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

View file

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