From 2872925e7af1c348b644c7ffb6ea768044fc0e4e Mon Sep 17 00:00:00 2001 From: SHIBAHARA Hiroki Date: Tue, 8 Oct 2024 00:18:57 +0900 Subject: [PATCH] fix Related Reference to Related References --- src/layouts/ExampleLayout.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/ExampleLayout.astro b/src/layouts/ExampleLayout.astro index d3fc5e5491..686ca2de64 100644 --- a/src/layouts/ExampleLayout.astro +++ b/src/layouts/ExampleLayout.astro @@ -70,7 +70,7 @@ const { Content } = await example.render(); { relatedReferences.length > 0 ? ( ) : null