--- import { Icon } from "astro-icon/components"; import AppLayout from "components/AppLayout/AppLayout.astro"; import Button from "components/Button.astro"; import LibraryGrid from "./_components/LibraryGrid.astro"; import ChronicleCard from "./_components/ChronicleCard.astro"; import LinkCard from "./_components/LinkCard.astro"; import { getI18n } from "src/i18n/i18n"; import { cache } from "src/utils/cachedPayload"; const { t, getLocalizedUrl } = await getI18n(Astro.locals.currentLocale); --- {/* ------------------------------------------- HTML ------------------------------------------- */} {t("global.siteName")} {t("global.siteSubtitle")} {t("home.librarySection.title")} {t("home.chroniclesSection.title")} {t("home.changesSection.title")} {t("home.moreSection.title")} {t("home.linksSection.title")} {/* ------------------------------------------- CSS -------------------------------------------- */}
{t("global.siteSubtitle")}