summaryrefslogtreecommitdiff
path: root/src/pages/templates
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/templates')
-rw-r--r--src/pages/templates/tags.html14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/pages/templates/tags.html b/src/pages/templates/tags.html
index f7e69da..ad2cab9 100644
--- a/src/pages/templates/tags.html
+++ b/src/pages/templates/tags.html
@@ -2,13 +2,13 @@
<html class="h-full" lang="ru">
<head>
- <title>Категории. Анна, хватит!</title>
+ <title>Категории</title>
<link rel="icon" href="/assets/icons/favicon.svg" type="image/svg+xml">
<!-- OG -->
- <meta property="og:title" content="Категории. Анна, хватит!" />
- <meta property="og:description" content="TODO" />
- <meta property="og:image" content="https://anna-hvatit.mlibren.com/og-images/common.jpg" />
- <meta property="og:url" content="https://anna-hvatit.mlibren.com" />
+ <meta property="og:title" content="Категории" />
+ <meta property="og:description" content="Личная страница. Блог, программирование, видео-игры и прочее." />
+ <meta property="og:image" content="https://mnik01-blog.mlibren.com/og-images/common.jpg" />
+ <meta property="og:url" content="https://mnik01-blog.mlibren.com" />
<meta property="og:type" content="website" />
<!-- OG -->
<meta charset="UTF-8">
@@ -17,9 +17,6 @@
</head>
<body class="relative">
- <div class="fixed top-0 translate-x-12 translate-y-10 z-40 right-0">
- <span class="font-bold text-black rotate-45 w-[200px] text-center block bg-yellow-400">В разработке</span>
- </div>
<!-- %include.header% -->
<main>
<div class="mx-auto flex flex-col-reverse py-12 md:grid gap-4 grid-cols-12 container max-sm:px-5">
@@ -29,6 +26,7 @@
</section>
<!-- %include.sidebar% -->
</div>
+ <!-- %include.common-section% -->
</main>
<!-- %include.footer% -->
</body>