diff options
| author | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-06-25 14:03:21 +0900 |
|---|---|---|
| committer | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-06-25 14:03:21 +0900 |
| commit | e38067cd97e0a8cb0ad30208a61c0fe1b3869bee (patch) | |
| tree | 020fabfa563055108bb082b14c7b051c9059f43f /src/components/starlight | |
| parent | 934af1cc65c64a1c2bbedd6d7c16d35b3060d4e1 (diff) | |
シェアボタン: LINE削除、URLコピー追加、コンテンツ直後に移動
- LINE共有ボタンを削除、代わりにURLコピーボタンを追加
- シェアボタンをフッター→コンテンツ直後に移動
- ボタンに枠線・ラベルテキストを追加して視認性を向上
- 「このページを共有: [X] [Facebook] [URLコピー]」形式に
Diffstat (limited to 'src/components/starlight')
| -rw-r--r-- | src/components/starlight/Footer.astro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/starlight/Footer.astro b/src/components/starlight/Footer.astro index 7b10569..7c3871c 100644 --- a/src/components/starlight/Footer.astro +++ b/src/components/starlight/Footer.astro @@ -8,14 +8,14 @@ import SocialShare from '../SocialShare.astro'; --- <footer class="sl-flex"> + <SocialShare /> + <div class="meta sl-flex"> <EditLink /> <LastUpdated /> </div> <Pagination /> - <SocialShare /> - { config.credits && ( <a class="kudos sl-flex" href="https://starlight.astro.build"> |
