diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-06-25 19:59:35 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-06-25 19:59:35 +0900 |
| commit | ec21ce402b5901bf7ee17411a9256cb5f881e32e (patch) | |
| tree | 3d5ffdff9b056e4e284db557367d3da9ef2c82f5 /public/posts/index.html | |
| parent | 2525901b96620fc7d395149296f5902d9cca4aae (diff) | |
| download | blog.nsfisis.dev-ec21ce402b5901bf7ee17411a9256cb5f881e32e.tar.gz blog.nsfisis.dev-ec21ce402b5901bf7ee17411a9256cb5f881e32e.tar.zst blog.nsfisis.dev-ec21ce402b5901bf7ee17411a9256cb5f881e32e.zip | |
feat(content): post /posts/2023-06-25/phpconfuk-2023-report/
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> |
