From f5922f5d41d582f39044ac8fc663bddb670dd787 Mon Sep 17 00:00:00 2001 From: Nulo Date: Sun, 30 Jul 2023 22:08:44 -0300 Subject: [PATCH] nuevos saberes: arreglar tipografia numeros --- src/index.11ty.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.11ty.jsx b/src/index.11ty.jsx index c5a06c5..5c82768 100644 --- a/src/index.11ty.jsx +++ b/src/index.11ty.jsx @@ -93,7 +93,7 @@ export async function render(data) { {data.frontpageNuevosSaberes.map( ({ número, título, content }) => (
-

{número}

+

{número}

{título}

{content}