summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pages/404.html2
-rw-r--r--src/pages/about-me.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/404.html b/src/pages/404.html
index b3cfd5e..be0a331 100644
--- a/src/pages/404.html
+++ b/src/pages/404.html
@@ -19,7 +19,7 @@
</head>
<body class="flex h-screen w-screen items-center flex-col gap-4 justify-center">
- <a href="/"><h1 class="capitalize font-medium text-2xl font-serif">анна, хватит!</h1></a>
+ <a href="/"><h1 class="first-letter:capitalize font-medium text-2xl font-serif">анна, хватит!</h1></a>
<h1 class="underline underline-offset-6 decoration-indigo-600 decoration-wavy text-2xl first-letter:capitalize font-serif">страница не найдена</h1>
</body>
diff --git a/src/pages/about-me.html b/src/pages/about-me.html
index 6ba87ec..15ea587 100644
--- a/src/pages/about-me.html
+++ b/src/pages/about-me.html
@@ -5,7 +5,7 @@
<title>Обо мне. Анна, хватит!</title>
<link rel="icon" href="/assets/icons/favicon.svg" type="image/svg+xml">
<!-- OG -->
- <meta property="og:title" content="Анна, хватит!" />
+ <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" />