diff options
Diffstat (limited to 'public/posts/index.html')
| -rw-r--r-- | public/posts/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/public/posts/index.html b/public/posts/index.html index 94ef3f7..43a37b9 100644 --- a/public/posts/index.html +++ b/public/posts/index.html @@ -37,6 +37,21 @@ <h1>投稿一覧</h1> </header> <article class="post-entry"> + <a href="/posts/2023-06-25/phpconfuk-2023-report/"> + <header class="entry-header"> + <h2>PHP カンファレンス福岡 2023 参加レポ</h2> + </header> + <section class="entry-content"> + <p> + 2023-06-24 に開催された、PHP カンファレンス福岡に参加した。 + </p> + </section> + <footer class="entry-footer"> + <time datetime="2023-06-25">2023-06-25</time> 投稿 + </footer> + </a> + </article> + <article class="post-entry"> <a href="/posts/2023-04-04/phperkaigi-2023-report/"> <header class="entry-header"> <h2>PHPerKaigi 2023 参加レポ</h2> |
