mirror of
https://github.com/kittywitch/dork.dev.git
synced 2026-02-09 15:19:18 -08:00
7 lines
No EOL
376 B
Text
7 lines
No EOL
376 B
Text
<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 }}" /> |