summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormnik01 <maksimgrinberg01@gmail.com>2025-10-06 01:09:23 +0500
committermnik01 <maksimgrinberg01@gmail.com>2025-10-06 01:09:23 +0500
commit890b2c46b63b5cbfd9d061ad7c3f1a3a7e31e650 (patch)
tree4bc79623cf8fe74c14951001c940d4f55fd6b5a9
parent5f6023411b4589bfb4cfc11ab77e86e04bd800f9 (diff)
fi
-rw-r--r--src/pages/posts/telegram-durov.html4
-rw-r--r--src/pages/templates/tags.html14
2 files changed, 8 insertions, 10 deletions
diff --git a/src/pages/posts/telegram-durov.html b/src/pages/posts/telegram-durov.html
index f56359c..7d06e8f 100644
--- a/src/pages/posts/telegram-durov.html
+++ b/src/pages/posts/telegram-durov.html
@@ -29,8 +29,8 @@
<h1 class="text-2xl font-serif first-letter:capitalize">Про телеграмчик и Дурова</h1>
<div id="tags" class="flex flex-wrap gap-2 mt-2">
<time class="text-zinc-600 text-sm">UTC 20:32 03.10.25</time>
- <a href="/cgi/tags.cgi?tag=telegram" class="flex items-center justify-center bg-sky-200 rounded-lg px-1.5 text-sky-600 first-letter:capitalize hover:underline text-xs">telegram</a>
- <a href="/cgi/tags.cgi?tag=приватность" class="flex items-center justify-center bg-amber-200 rounded-lg px-1.5 text-amber-600 first-letter:capitalize hover:underline text-xs">приватность</a>
+ <a data-tag="telegram" href="/cgi/tags.cgi?tag=telegram" class="flex items-center justify-center bg-sky-200 rounded-lg px-1.5 text-sky-600 first-letter:capitalize hover:underline text-xs">telegram</a>
+ <a data-tag="приватность" href="/cgi/tags.cgi?tag=приватность" class="flex items-center justify-center bg-amber-200 rounded-lg px-1.5 text-amber-600 first-letter:capitalize hover:underline text-xs">приватность</a>
</div>
</header>
<main class="space-y-2 mt-4">
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>