diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-04-12 16:14:41 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-04-12 16:14:41 +0900 |
| commit | 136b885f351ba3c51d635adcc5ddcd56ccebd3a7 (patch) | |
| tree | 8889ecf560064c4280fb3169d6f7b3d2dd236c2c /public/slides/index.html | |
| parent | 008535f896ad3a1f267877fa045111d70845e22a (diff) | |
| download | blog.nsfisis.dev-136b885f351ba3c51d635adcc5ddcd56ccebd3a7.tar.gz blog.nsfisis.dev-136b885f351ba3c51d635adcc5ddcd56ccebd3a7.tar.zst blog.nsfisis.dev-136b885f351ba3c51d635adcc5ddcd56ccebd3a7.zip | |
feat(content): slide /slides/2023-04-12/phpstudy-tokyo-151/
Diffstat (limited to 'public/slides/index.html')
| -rw-r--r-- | public/slides/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/public/slides/index.html b/public/slides/index.html index 527cffc..c31eee6 100644 --- a/public/slides/index.html +++ b/public/slides/index.html @@ -37,6 +37,20 @@ <h1>スライド一覧</h1> </header> <article class="post-entry"> + <a href="/slides/2023-04-12/phpstudy-tokyo-151/"> <header class="entry-header"> + <h2>登壇: PHP 勉強会@東京 第151 回 (LT)</h2> + </header> + <section class="entry-content"> + <p> + list でない array の末尾を探す + </p> + </section> + <footer class="entry-footer"> + <time datetime="2023-04-12">2023-04-12</time> 登壇 + </footer> +</a> + </article> + <article class="post-entry"> <a href="/slides/2023-03-25/phperkaigi-2023-tokens/"> <header class="entry-header"> <h2>登壇: PHPerKaigi 2023 (トークン解説セッション)</h2> </header> |
