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"> <html lang="en" dir="ltr">
<head> <head>
<meta charset="utf-8" /> <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" /> <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/addons.min.css" type="text/css" />
<link rel="stylesheet" href="css/styles.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="shortcut icon" type="image/svg+xml" href="favicon.svg" />
<link rel="icon" type="image/png" href="favicon.png" sizes="64x64" /> <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 name="theme-color" content="#4bb5a9" />
<meta http-equiv="x-ua-compatible" content="ie=edge" /> <meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta property="og:image" content="img/me.jpg" /> <meta name="author" content="Jan Jastrow" />
<meta property="og:title" content="Jan.su" /> <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: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/" /> <meta property="og:url" content="https://jan.su/" />
</head> </head>
<body> <body>
<header> <header>
<div class="photo"> <div class="photo">
<picture> <picture>
@ -81,6 +81,5 @@
<footer> <footer>
<p><a href="https://jan.jastrow.me/impressum/">Impressum & Datenschutz</a></p> <p><a href="https://jan.jastrow.me/impressum/">Impressum & Datenschutz</a></p>
</footer> </footer>
</body> </body>
</html> </html>