diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-03-17 21:35:23 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-03-17 21:35:23 +0900 |
| commit | b00f641219ba9f250ef63655b099f85bfd71e528 (patch) | |
| tree | 99e3e2e56e018e475139b67f70148ca94dff53b9 /vhosts/blog/public/posts/index.html | |
| parent | bdfffd568ad844f644d6dddd10905640633add15 (diff) | |
| download | nsfisis.dev-b00f641219ba9f250ef63655b099f85bfd71e528.tar.gz nsfisis.dev-b00f641219ba9f250ef63655b099f85bfd71e528.tar.zst nsfisis.dev-b00f641219ba9f250ef63655b099f85bfd71e528.zip | |
feat(blog/content): new post /posts/2024-03-17/phperkaigi-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 b29974f4..4098f7d8 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-03-17/phperkaigi-2024-report/"> + <header class="entry-header"> + <h2>PHPerKaigi 2024 参加レポ</h2> + </header> + <section class="entry-content"> + <p> + 2024-03-07 から 2024-03-09 にかけて開催された、PHPerKaigi 2024 に参加した。 + </p> + </section> + <footer class="entry-footer"> + <time datetime="2024-03-17">2024-03-17</time> 投稿 + </footer> + </a> + </article> + <article class="post-entry"> <a href="/posts/2024-02-22/phpkansai-2024-report/"> <header class="entry-header"> <h2>PHPカンファレンス関西 2024 参加レポ</h2> |
