feat: meta tags

This commit is contained in:
Anna 2022-08-29 06:00:25 -04:00
parent cdf8ebe580
commit 707a6905ef
2 changed files with 19 additions and 0 deletions

BIN
img/og_image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 KiB

View File

@ -3,6 +3,25 @@
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<!-- metatags.io stuff -->
<meta name="title" content="I'm Anna"/>
<meta name="description" content="I make things on the internet. You're using the internet. Did you post this somewhere with rich link previews? That's pretty neat. How are you?"/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://anna.lgbt/"/>
<meta property="og:title" content="I'm Anna"/>
<meta property="og:description" content="I make things on the internet. You're using the internet. Did you post this somewhere with rich link previews? That's pretty neat. How are you?"/>
<meta property="og:image" content="https://anna.lgbt/img/og_image.png"/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image"/>
<meta property="twitter:url" content="https://anna.lgbt/"/>
<meta property="twitter:title" content="I'm Anna"/>
<meta property="twitter:description" content="I make things on the internet. You're using the internet. Did you post this somewhere with rich link previews? That's pretty neat. How are you?"/>
<meta property="twitter:image" content="https://anna.lgbt/img/og_image.png"/>
<title>I'm Anna</title>
<link rel="stylesheet" href="/css/pico.min.css"/>
<link rel="stylesheet" href="/css/index.css"/>