Skip to content

Commit 406e5d2

Browse files
committed
YoutubeプレイリストとGoogle Photos アルバムページを追加
1 parent 417b483 commit 406e5d2

File tree

2 files changed

+990
-0
lines changed

2 files changed

+990
-0
lines changed

2025/src/components/Header.astro

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,12 @@ import VimLogo from "./VimLogo.astro";
5959
>
6060
セッション一覧
6161
</a>
62+
<a
63+
href="/2025/photos"
64+
class="text-sm font-medium transition-colors hover:text-emerald-600"
65+
>
66+
写真
67+
</a>
6268
<button
6369
disabled
6470
class="inline-flex h-auto items-center justify-center gap-2 rounded-md px-2 py-1 text-sm font-medium whitespace-nowrap ring-offset-background transition-colors hover:bg-accent hover:text-accent-foreground focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0"
@@ -127,6 +133,10 @@ import VimLogo from "./VimLogo.astro";
127133
href="/2025/sessions"
128134
class="py-2 text-sm font-medium transition-colors hover:text-emerald-600"
129135
>セッション一覧</a
136+
><a
137+
href="/2025/photos"
138+
class="py-2 text-sm font-medium transition-colors hover:text-emerald-600"
139+
>写真</a
130140
>
131141
</nav>
132142
</div>

0 commit comments

Comments
 (0)