17 lines
690 B
HTML
17 lines
690 B
HTML
<!DOCTYPE html>
|
||
|
||
<html lang="en">
|
||
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
<title>$title$ – Ailyaut's blog</title>
|
||
<link rel="icon" type="image/png" href="../media/icons/favicon-16x16.png" sizes="16x16">
|
||
<link rel="stylesheet" href="../style.css" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
<meta property="og:title" content="$title$ – Ailyaut's blog" />
|
||
<meta property="og:type" content="blog" />
|
||
<meta property="og:url" content="https://ailyaut.com/" />
|
||
<meta property="og:image" content="https://ailyaut.com/$thumb$" />
|
||
<meta property="og:description" content="$preview$" />
|
||
<meta property="og:locale" content="en_US" />
|
||
</head> |