From 5bc1e63756cae6974430f1e6cf1a4d5e88f5b9cc Mon Sep 17 00:00:00 2001 From: Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> Date: Thu, 18 Jun 2026 23:19:10 +0900 Subject: Initial commit --- src/components/KaigirokuDougaLink.astro | 51 +++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 src/components/KaigirokuDougaLink.astro (limited to 'src/components/KaigirokuDougaLink.astro') diff --git a/src/components/KaigirokuDougaLink.astro b/src/components/KaigirokuDougaLink.astro new file mode 100644 index 0000000..7695860 --- /dev/null +++ b/src/components/KaigirokuDougaLink.astro @@ -0,0 +1,51 @@ +--- +export interface Props { + kaigirokuHref?: string; + dougaHref?: string; +} +const { kaigirokuHref, dougaHref } = Astro.props; +const mada = kaigirokuHref ? '' : '(まだ公開されていません)'; +--- +
+ + -- cgit v1.2.3-54-g00ecf