diff --git a/src/components/CardEditorial.astro b/src/components/CardEditorial.astro index 1f2afd2..67049b6 100644 --- a/src/components/CardEditorial.astro +++ b/src/components/CardEditorial.astro @@ -1,13 +1,16 @@ --- import ListTags from "./ListTags.astro"; +import { l, astroI18n } from "astro-i18n"; + const { item, routeName } = Astro.props; ---

- {item.data.title}{item.data.title}

{item.data.subtitle}