diff --git a/src/pages/tags/[name].astro b/src/pages/tags/[name].astro index 84159f3..1d60ca2 100644 --- a/src/pages/tags/[name].astro +++ b/src/pages/tags/[name].astro @@ -8,6 +8,10 @@ const recipes = await client.getRecipesOfTag(name) // todo redir to 404 if not f --- +

+ {recipes.length} { recipes.length == 1 ? "Recipe" : "Recipes" } with: {name} +

+
{ recipes.map(r => (