--- import { Icon } from "astro-icon/components"; import AppLayout from "components/AppLayout/AppLayout.astro"; import Button from "components/Button.astro"; import LinkCard from "../_components/LinkCard.astro"; import CategoryCard from "../_components/CategoryCard.astro"; import { getI18n } from "../../../translations/translations"; const { t, getLocalizedUrl } = await getI18n(Astro.locals.currentLocale); --- { /* ------------------------------------------- HTML ------------------------------------------- */ } {t("global.siteName")} {t("global.siteSubtitle")} {t("home.librarySection.title")} {t("home.moreSection.title")} {t("home.linksSection.title")} { /* ------------------------------------------- CSS -------------------------------------------- */ }
{t("global.siteSubtitle")}