styling and seo
This commit is contained in:
parent
bc21240e9f
commit
c1ad1593b6
5 changed files with 72 additions and 26 deletions
|
|
@ -3,14 +3,28 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>[[TITLE]]</title>
|
||||
<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>
|
||||
<body class="max-w-4xl mx-auto p-4 font-custom">
|
||||
<header>
|
||||
<h1>[[TITLE]]</h1>
|
||||
<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>
|
||||
<main class="my-10">
|
||||
[[CONTENT]]
|
||||
</main>
|
||||
<footer>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue