summaryrefslogtreecommitdiff
path: root/src/pages/templates/tags.html
blob: ad2cab9aefa0efbe824406a68385733771a880f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html class="h-full" lang="ru">

<head>
    <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="Личная страница. Блог, программирование, видео-игры и прочее." />
    <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">
    <link href="/main.css" rel="stylesheet">
    <meta name="viewport" content="width=device-width, initial-scale=1">
</head>

<body class="relative">
    <!-- %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">
            <section class="col-span-9">
            	<h1 class="text-2xl font-serif first-letter:capitalize">Категория <!-- %cgi.tag% --></h1>
            	<!-- %cgi.list% -->
            </section>
            <!-- %include.sidebar% -->
        </div>
        <!-- %include.common-section% -->
    </main>
    <!-- %include.footer% -->
</body>

</html>