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 | f819627ed675e443ec94ba176ced0adcab1deb73 (patch) | |
| tree | d07fa24c56e57d550b2affb433144d036e786d3c /src/components/starlight | |
| parent | 6691bcce953c0b81bc236de35e8a6d8df11b9438 (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"> |
