@@ -211,41 +214,44 @@ export default async function AnimalListPage() {
-
+
{isStandalone ? (
-
-
-
Artworks
+
+
+ Artworks{p.artworks.length}
-
+
+
+
) : (
-
+
{p.artworks.length > 0 ? (
<>
-
-
-
{/* Directly tagged */}
+
+
+ Direct artworks{p.artworks.length}
-
+
+
+
>
) : null}
-
+
{children.map((c) => (
-
-
+
+
-
{c.name}
+
{c.name}
{c.artworks.length}
-
))}
@@ -269,12 +275,12 @@ export default async function AnimalListPage() {
Tags whose parent is not visible (or not configured for the animal page).
*/}
-
-