mirror of
https://github.com/kittywitch/dork.dev.git
synced 2026-02-09 23:29:17 -08:00
7 lines
370 B
HTML
7 lines
370 B
HTML
<meta charset="utf-8">
|
|
<title>{{ config.extra.site_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="{{ config.extra.site_title }}" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="{{ current_url }}" />
|