feat: handle images and also make the site more responsive and

accessible
This commit is contained in:
Kat Inskip 2024-04-07 12:26:22 -07:00
parent 00a25ab364
commit 0fe33b59fd
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
4 changed files with 9 additions and 3 deletions

View file

@ -1,6 +1,7 @@
<meta charset="utf-8">
<title>dork.dev - {{ page.title }}</title>
<link rel="stylesheet" type="text/css" href="/stylesheet.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="{{ site.title }} - {{ page.title }}" />
<meta property="og:type" content="website" />
<meta property="og:url" content="{{ page.permalink }}" />