Update head some more

This commit is contained in:
Jan Jastrow 2020-05-28 23:54:01 +02:00
parent 3607d66386
commit 8f5d71a4e1
1 changed files with 6 additions and 7 deletions

View File

@ -2,23 +2,23 @@
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<title>Jan.su -- Welcome human!</title>
<title>Jan.su :: Welcome fellow human!</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/addons.min.css" type="text/css" />
<link rel="stylesheet" href="css/styles.min.css" type="text/css" />
<link rel="shortcut icon" type="image/svg+xml" href="favicon.svg" />
<link rel="icon" type="image/png" href="favicon.png" sizes="64x64" />
<meta name="description" content="Personal website of Jan Jastrow. A list of interweb things where you can find me." />
<meta name="author" content="Jan Jastrow" />
<meta name="theme-color" content="#4bb5a9" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta property="og:image" content="img/me.jpg" />
<meta property="og:title" content="Jan.su" />
<meta name="author" content="Jan Jastrow" />
<meta name="description" content="Personal website of Jan Jastrow. A list of interweb things where you can find me." />
<meta property="og:description" content="Personal website of Jan Jastrow. A list of interweb things where you can find me." />
<meta property="og:image" content="https://jan.su/img/me.jpg" />
<meta property="og:title" content="Jan.su" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://jan.su/" />
</head>
<body>
<header>
<div class="photo">
<picture>
@ -81,6 +81,5 @@
<footer>
<p><a href="https://jan.jastrow.me/impressum/">Impressum & Datenschutz</a></p>
</footer>
</body>
</html>