feat: соц-кнопки и кнопка «Наверх» внизу + русская плюрализация

- Под лентой контента появилась панель из трёх pill-кнопок:
  Telegram (t.me/anotherreflections), ВКонтакте (vk.com/anotherreflections)
  и «Наверх» (smooth scroll to top)
- Универсальный plural() в consts.ts — больше нет «8 мира»,
  hero показывает «8 миров / 50 публикаций / 20 лет онлайн»
  с автоматически правильной формой при любом значении
- Уточнено описание Ренессанса: «фантастическими допущениями мира Сумрака»
This commit is contained in:
2026-05-21 01:43:30 +03:00
parent 65a55ca6ef
commit 5f9ec37211
6 changed files with 81 additions and 7 deletions

View File

@@ -2,6 +2,7 @@
import '../styles/global.css';
import { SITE_TITLE, SITE_DESCRIPTION, SITE_URL, SITE_LANG, MAIN_NAV } from '../consts';
import BrandMark from '../components/BrandMark.astro';
import SocialLinks from '../components/SocialLinks.astro';
interface Props {
title?: string;
@@ -60,6 +61,7 @@ const year = new Date().getFullYear();
<main>
<slot />
<SocialLinks />
</main>
<footer class="site-footer">