diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-02-22 00:46:12 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-02-22 00:46:12 +0900 |
| commit | b72e1bd7b40f1c9c3558b6ed50367a2b7fc11d62 (patch) | |
| tree | 5c545cd9d212eab357b718bde1683d7895a3b8c9 /vhosts/blog/public/posts/index.html | |
| parent | 570c7b2249119d928f0ca17eb28581772bb68fc4 (diff) | |
| download | nsfisis.dev-b72e1bd7b40f1c9c3558b6ed50367a2b7fc11d62.tar.gz nsfisis.dev-b72e1bd7b40f1c9c3558b6ed50367a2b7fc11d62.tar.zst nsfisis.dev-b72e1bd7b40f1c9c3558b6ed50367a2b7fc11d62.zip | |
feat(blog/content): new post /posts/2024-02-22/phpkansai-2024-report/
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 462c8645..dc046854 100644 --- a/vhosts/blog/public/posts/index.html +++ b/vhosts/blog/public/posts/index.html @@ -42,6 +42,21 @@ <h1>投稿一覧</h1> </header> <article class="post-entry"> + <a href="/posts/2024-02-22/phpkansai-2024-report/"> + <header class="entry-header"> + <h2>PHPカンファレンス関西 2024 参加レポ</h2> + </header> + <section class="entry-content"> + <p> + 2024-02-11 に開催された、PHPカンファレンス関西 2024 に参加した。 + </p> + </section> + <footer class="entry-footer"> + <time datetime="2024-02-21">2024-02-21</time> 投稿 + </footer> + </a> + </article> + <article class="post-entry"> <a href="/posts/2024-02-10/yapcjapan-2024-report/"> <header class="entry-header"> <h2>YAPC::Hiroshima 2024 参加レポ</h2> |
