diff --git a/src/components/Webmentions.astro b/src/components/Webmentions.astro index bc83bf8..1c1f00f 100644 --- a/src/components/Webmentions.astro +++ b/src/components/Webmentions.astro @@ -34,8 +34,14 @@ function formatDate(iso?: string) { } const hasAny = facepile.length > 0 || replies.length > 0 || mentions.length > 0; + +console.log(`[webmentions component] hasAny=${hasAny}`); --- + +