Add Mastodon verification links

This commit is contained in:
Fred Boniface 2023-11-06 00:01:19 +00:00
parent 78b922dbe7
commit f288ff5e2a
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" /> <link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width" /> <meta name="viewport" content="width=device-width" />
<a rel="me" href="https://mastodon.online/@fredb">Mastodon</a>
<a rel="me" href="https://pixelfed.scot/@fbface">Pixelfed</a>
%sveltekit.head% %sveltekit.head%
</head> </head>
<body data-sveltekit-preload-data="hover"> <body data-sveltekit-preload-data="hover">