diff options
Diffstat (limited to 'vhosts/blog/public/posts/index.html')
| -rw-r--r-- | vhosts/blog/public/posts/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vhosts/blog/public/posts/index.html b/vhosts/blog/public/posts/index.html index d6e2659a..4fa6256b 100644 --- a/vhosts/blog/public/posts/index.html +++ b/vhosts/blog/public/posts/index.html @@ -43,6 +43,21 @@ <h1>投稿一覧</h1> </header> <article class="post-entry"> + <a href="/posts/2024-04-14/phpcon-odawara-2024-report/"> + <header class="entry-header"> + <h2>PHP カンファレンス小田原 2024 参加レポ</h2> + </header> + <section class="entry-content"> + <p> + 2024-04-13 に開催された、PHP カンファレンス小田原 2024 に参加した。 + </p> + </section> + <footer class="entry-footer"> + <time datetime="2024-04-14">2024-04-14</time> 投稿 + </footer> + </a> + </article> + <article class="post-entry"> <a href="/posts/2024-03-20/my-bucket-list/"> <header class="entry-header"> <h2>死ぬまでに作る自作○○一覧あるいは人生の TODO リスト</h2> |
