diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-03-19 03:24:43 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-03-19 03:24:43 +0900 |
| commit | db3d51ddc421dad68abddb95d01ffdab440197d6 (patch) | |
| tree | 35a6b45bb964b22fa74486596f4e640db82fb0ac /public/posts/2022-05-01 | |
| parent | cb5a2a0afdf822651db035904cd8c1307a7b7743 (diff) | |
| download | blog.nsfisis.dev-db3d51ddc421dad68abddb95d01ffdab440197d6.tar.gz blog.nsfisis.dev-db3d51ddc421dad68abddb95d01ffdab440197d6.tar.zst blog.nsfisis.dev-db3d51ddc421dad68abddb95d01ffdab440197d6.zip | |
feat(content): specify heading id
Diffstat (limited to 'public/posts/2022-05-01')
| -rw-r--r-- | public/posts/2022-05-01/phperkaigi-2022/index.html | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/public/posts/2022-05-01/phperkaigi-2022/index.html b/public/posts/2022-05-01/phperkaigi-2022/index.html index f4c89fa..df97547 100644 --- a/public/posts/2022-05-01/phperkaigi-2022/index.html +++ b/public/posts/2022-05-01/phperkaigi-2022/index.html @@ -70,10 +70,10 @@ </p> </section> - <section id="section--_感想"> - <h2><a href="#section--_感想">感想</a></h2> - <section id="section--_厳選おすすめトーク"> - <h3><a href="#section--_厳選おすすめトーク">厳選おすすめトーク</a></h3> + <section id="section--comments"> + <h2><a href="#section--comments">感想</a></h2> + <section id="section--comments--great-sessions"> + <h3><a href="#section--comments--great-sessions">厳選おすすめトーク</a></h3> <p> 多くの素晴らしいトークの中から、特におすすめのものを 5つ選んだ。是非聞いてほしい。引用部分は、リンク先プロポーザルから引用している。 </p> @@ -175,15 +175,15 @@ </blockquote> </section> - <section id="section--_トークン問題の作成"> - <h3><a href="#section--_トークン問題の作成">トークン問題の作成</a></h3> + <section id="section--comments--token-quizzes"> + <h3><a href="#section--comments--token-quizzes">トークン問題の作成</a></h3> <p> 今回は、PHPer チャレンジ用に弊社のトークン問題を 3題作成した。こちらについては<a href="/posts/2022-04-09/phperkaigi-2022-tokens">別途記事にしている</a>ので、そちらを参照されたい。 </p> </section> - <section id="section--_phper_チャレンジ"> - <h3><a href="#section--_phper_チャレンジ">PHPer チャレンジ</a></h3> + <section id="section--comments--phper-challenge"> + <h3><a href="#section--comments--phper-challenge">PHPer チャレンジ</a></h3> <p> <a href="https://fortee.jp/phperkaigi-2022/challenge">1位</a>になった。 <br> @@ -191,8 +191,8 @@ </p> </section> - <section id="section--_カンファレンス全体への感想"> - <h3><a href="#section--_カンファレンス全体への感想">カンファレンス全体への感想</a></h3> + <section id="section--comments--conference"> + <h3><a href="#section--comments--conference">カンファレンス全体への感想</a></h3> <p> <a href="/posts/2021-03-30/phperkaigi-2021">去年の参加レポ</a> では、こんなことを書いた。 </p> @@ -221,8 +221,8 @@ </section> </section> - <section id="section--_そして来年へ"> - <h2><a href="#section--_そして来年へ">そして来年へ……?</a></h2> + <section id="section--next-year"> + <h2><a href="#section--next-year">そして来年へ……?</a></h2> <p> PHPerKaigi 2023 があるかどうか存じ上げないが、あるとすれば、次の 4つを目標としたい。 </p> |
