Skip to content

Commit a6b3996

Browse files
committed
ハイライトページに目次を追加 (#94 の追加修正)
各セクション(DIGEST / TIMELAPSE / WORKS / COMMENTS / IMPRESSIONS)への 内部リンク付き目次をページ上部に追加。モバイルでのタップ領域も考慮。
1 parent 3f8a5e2 commit a6b3996

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

_posts/2026-04-04-highlights.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,19 @@ permalink: /news/highlights
1111

1212
<code>(Cover Design Credit: <a href="https://x.com/pirasan023">@pirasan023</a>)</code>
1313

14+
-------
15+
16+
<div class="flex flex-col items-center my-8 gap-1">
17+
<p class="text-2xl font-bold" style="color: #444444;">目次</p>
18+
<div class="flex flex-wrap justify-center gap-x-4 gap-y-2 text-2xl font-bold uppercase tracking-wider" style="font-family: 'League Gothic', sans-serif;">
19+
<a href="#digest" class="px-3 py-2" style="color: #221C35;">Digest</a>
20+
<a href="#timelapse" class="px-3 py-2" style="color: #221C35;">Timelapse</a>
21+
<a href="#works" class="px-3 py-2" style="color: #221C35;">Works</a>
22+
<a href="#comments" class="px-3 py-2" style="color: #221C35;">Comments</a>
23+
<a href="#impressions" class="px-3 py-2" style="color: #221C35;">Impressions</a>
24+
</div>
25+
</div>
26+
1427
---------
1528

1629
<div class="pt-28 flex flex-col items-center mb-4" id="digest">

0 commit comments

Comments
 (0)