diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-07-04 19:14:54 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-07-04 19:14:54 +0900 |
| commit | 80f0ab31aceec35c9fd04a6387b14349b806f713 (patch) | |
| tree | 6d9c3e47fe988f211e8598cbedd2031c09ca54cb /services/blog/public/posts/2021-03-05/my-first-post | |
| parent | 98db243a59fb6a409b3677f2195e96da6fd39564 (diff) | |
| download | nsfisis.dev-80f0ab31aceec35c9fd04a6387b14349b806f713.tar.gz nsfisis.dev-80f0ab31aceec35c9fd04a6387b14349b806f713.tar.zst nsfisis.dev-80f0ab31aceec35c9fd04a6387b14349b806f713.zip | |
feat(blog/nuldoc): implement TOC
Diffstat (limited to 'services/blog/public/posts/2021-03-05/my-first-post')
| -rw-r--r-- | services/blog/public/posts/2021-03-05/my-first-post/index.html | 33 |
1 files changed, 32 insertions, 1 deletions
diff --git a/services/blog/public/posts/2021-03-05/my-first-post/index.html b/services/blog/public/posts/2021-03-05/my-first-post/index.html index 6e9c758f..613df984 100644 --- a/services/blog/public/posts/2021-03-05/my-first-post/index.html +++ b/services/blog/public/posts/2021-03-05/my-first-post/index.html @@ -14,7 +14,7 @@ <meta name="Hatena::Bookmark" content="nocomment"> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <title>My First Post|REPL: Rest-Eat-Program Loop</title> - <link rel="stylesheet" href="/style.css?h=899271ae83285479ca025cc358975c53"> + <link rel="stylesheet" href="/style.css?h=f4a12de8fc55ef1668e211e6c6db4ade"> </head> <body class="single"> <header class="header"> @@ -43,6 +43,37 @@ <header class="post-header"> <h1 class="post-title">My First Post</h1> </header> + <nav class="toc"> + <h2>目次</h2> + <ul> + <li> + <a href="#section--test">Test</a> + </li> + <li> + <a href="#section--sec-1">Section level 1</a> + <ul> + <li> + <a href="#section--sec-1--sec-2">Section level 2</a> + <ul> + <li> + <a href="#section--sec-1--sec-2--sec-3">Section level 3</a> + <ul> + <li> + <a href="#section--sec-1--sec-2--sec-3--sec-4">Section level 4</a> + <ul> + <li> + <a href="#section--sec-1--sec-2--sec-3--sec-4--sec-5">Section level 5</a> + </li> + </ul> + </li> + </ul> + </li> + </ul> + </li> + </ul> + </li> + </ul> + </nav> <div class="post-content"> <section id="changelog"> <h2><a href="#changelog">更新履歴</a></h2> |
