diff options
Diffstat (limited to 'public/posts/index.html')
| -rw-r--r-- | public/posts/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/public/posts/index.html b/public/posts/index.html index c2f1347..989a23f 100644 --- a/public/posts/index.html +++ b/public/posts/index.html @@ -37,6 +37,20 @@ <h1>投稿一覧</h1> </header> <article class="post-entry"> + <a href="/posts/2023-04-04/phperkaigi-2023-report/"> <header class="entry-header"> + <h2>PHPerKaigi 2023 参加レポ</h2> + </header> + <section class="entry-content"> + <p> + 2023-03-23 から 2023-03-25 にかけて開催された、PHPerKaigi 2023 に参加した。 + </p> + </section> + <footer class="entry-footer"> + <time datetime="2023-04-04">2023-04-04</time> 投稿 + </footer> +</a> + </article> + <article class="post-entry"> <a href="/posts/2023-04-01/implementation-of-minimal-png-image-encoder/"> <header class="entry-header"> <h2>PNG 画像の最小構成エンコーダを実装する</h2> </header> |
