34 lines
No EOL
1.1 KiB
HTML
34 lines
No EOL
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="../style.css">
|
|
<title>[[TITLE]]</title>
|
|
|
|
<meta name="description" content="[[DESC]]">
|
|
<meta name="author" content="[[NAME]]">
|
|
|
|
<meta property="og:type" content="article">
|
|
<meta property="og:title" content="[[TITLE]]">
|
|
<meta property="og:description" content="[[DESC]]">
|
|
<meta property="og:image" content="[[THUMB]]">
|
|
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="twitter:title" content="[[TITLE]]">
|
|
<meta name="twitter:description" content="[[DESC]]">
|
|
<meta name="twitter:image" content="[[THUMB]]">
|
|
</head>
|
|
<body class="max-w-4xl mx-auto p-4 font-custom">
|
|
<header>
|
|
<h1 class="text-4xl font-bold">[[POST_TITLE]]</h1>
|
|
<span class="text-ctp-subtext0 italic">[[DATE]] - <a href="[[REVISIONS]]">view revisions</a></span>
|
|
</header>
|
|
<main class="my-10">
|
|
[[CONTENT]]
|
|
</main>
|
|
<footer>
|
|
<p>© [[YEAR]] [[NAME]]. All rights reserved.</p>
|
|
</footer>
|
|
</body>
|
|
</html> |