Compare commits

...

2 Commits

Author SHA1 Message Date
Jan Jastrow dc9cb1bfbc Center links/icons a bit more 2020-05-28 13:10:32 +02:00
Jan Jastrow 817a2c4f9a Add some opengraph data 2020-05-28 13:10:13 +02:00
2 changed files with 5 additions and 1 deletions

View File

@ -12,6 +12,10 @@
<meta name="theme-color" content="#4bb5a9" />
<link rel="shortcut icon" type="image/svg+xml" href="favicon.svg" />
<link rel="icon" type="image/png" href="favicon.png" sizes="64x64" />
<meta property="og:image" content="img/me.jpg" />
<meta property="og:title" content="Jan.su" />
<meta property="og:description" content="Personal website of Jan Jastrow. A list of interweb things where you can find me." />
<meta property="og:url" content="https://jan.su/" />
</head>
<body>

View File

@ -51,7 +51,7 @@ header {
display: block;
font-weight: 700;
margin: 0.3em 0;
padding: 0.65em;
padding: 0.5em 0.8em 0.7em 0.8em;
text-decoration: none;
&:visited {