diff options
Diffstat (limited to 'vhosts/blog/nuldoc-src/pages/SlidePage.tsx')
| -rw-r--r-- | vhosts/blog/nuldoc-src/pages/SlidePage.tsx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/vhosts/blog/nuldoc-src/pages/SlidePage.tsx b/vhosts/blog/nuldoc-src/pages/SlidePage.tsx index 60292e58..fc11072d 100644 --- a/vhosts/blog/nuldoc-src/pages/SlidePage.tsx +++ b/vhosts/blog/nuldoc-src/pages/SlidePage.tsx @@ -37,8 +37,10 @@ export default function SlidePage( )} </header> <div className="post-content"> - <section> - <h2 id="changelog">更新履歴</h2> + <section id="changelog"> + <h2> + <a href="#changelog">更新履歴</a> + </h2> <ol> {slide.revisions.map((rev) => ( <li className="revision"> |
