diff options
| author | nsfisis <nsfisis@gmail.com> | 2022-05-14 22:40:28 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2022-05-14 22:40:28 +0900 |
| commit | e2d0028c1fbfb4cac59e20926e5aa0031e0ed607 (patch) | |
| tree | bf89da301d96aaf22aac30402156cd1f3fed8299 /docs/posts/2022-05-01 | |
| parent | fee09a6d9a16226ea02b2725fff318cc35dd83b7 (diff) | |
| download | nsfisis.github.io-e2d0028c1fbfb4cac59e20926e5aa0031e0ed607.tar.gz nsfisis.github.io-e2d0028c1fbfb4cac59e20926e5aa0031e0ed607.tar.zst nsfisis.github.io-e2d0028c1fbfb4cac59e20926e5aa0031e0ed607.zip | |
add changelog field to frontmatter
Diffstat (limited to 'docs/posts/2022-05-01')
| -rw-r--r-- | docs/posts/2022-05-01/phperkaigi-2022/index.html | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/docs/posts/2022-05-01/phperkaigi-2022/index.html b/docs/posts/2022-05-01/phperkaigi-2022/index.html index 6931e3a..a28c24e 100644 --- a/docs/posts/2022-05-01/phperkaigi-2022/index.html +++ b/docs/posts/2022-05-01/phperkaigi-2022/index.html @@ -31,14 +31,23 @@ <article class="post-single"> <header class="post-header"> <h1 class="post-title">PHPerKaigi 2022</h1> - <div class="post-meta">2022-05-01</div> + <div class="post-meta"> + Posted on <time>2022-05-01</time> + </div> <ul class="post-tags"> <li><a href="https://blog.nsfisis.dev/tags/conference">conference</a></li> <li><a href="https://blog.nsfisis.dev/tags/php">php</a></li> <li><a href="https://blog.nsfisis.dev/tags/phperkaigi">phperkaigi</a></li> </ul> </header> - <div class="post-content"><h1 id="はじめに">はじめに</h1> + <div class="post-content"> + <section> + <h1>更新履歴</h1> + <ul> + <li>2022-05-01: 公開</li> + </ul> + </section> + <h1 id="はじめに">はじめに</h1> <p>2022-04-09 から 2022-04-11 にかけて開催された、<a href="https://phperkaigi.jp/2022/">PHPerKaigi 2022</a> に、一般参加者として参加した。 弊社<a href="https://www.dgcircus.com/">デジタルサーカス株式会社</a> はダイヤモンドスポンサーとなっており、スポンサー枠のチケットを使わせていただいた。</p> <p>昨年のレポートは<a href="/posts/2021-03-30/phperkaigi-2021">こちら</a>。</p> @@ -110,7 +119,8 @@ <hr> <p>最後になりましたが、PHPerKaigi のスタッフ、スポンサー、スピーカーのみなさん、素敵な時間をありがとうございました。</p> <p>ではまた来年。</p> -</div> + + </div> </article></main> <footer class="footer"> <span>© 2022 <a href="https://blog.nsfisis.dev">REPL: Rest-Eat-Program Loop</a></span> |
