diff options
Diffstat (limited to 'services/blog/public/posts/5/index.html')
| -rw-r--r-- | services/blog/public/posts/5/index.html | 35 |
1 files changed, 15 insertions, 20 deletions
diff --git a/services/blog/public/posts/5/index.html b/services/blog/public/posts/5/index.html index 982088c8..0976a571 100644 --- a/services/blog/public/posts/5/index.html +++ b/services/blog/public/posts/5/index.html @@ -67,6 +67,21 @@ </div> </nav> <article class="post-entry"> + <a href="/posts/2022-08-31/support-for-communty-is-employee-benefits/"> + <header class="entry-header"> + <h2>弊社の PHP Foundation への寄付に寄せて</h2> + </header> + <section class="entry-content"> + <p> + 先日、私の勤めるデジタルサーカス株式会社が、PHP Foundation へ寄付をおこないました。本件を社内でしつこく推進した1人として、推進の理由等を書き残しておきます。 + </p> + </section> + <footer class="entry-footer"> + <time datetime="2022-08-31">2022-08-31</time> 投稿 + </footer> + </a> + </article> + <article class="post-entry"> <a href="/posts/2022-08-27/php-conference-okinawa-code-golf/"> <header class="entry-header"> <h2>PHP カンファレンス沖縄で出題されたコードゴルフの問題を解いてみた</h2> @@ -268,26 +283,6 @@ </footer> </a> </article> - <article class="post-entry"> - <a href="/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre/"> - <header class="entry-header"> - <h2>【Vim】 autocmd events の BufWrite/BufWritePre の違い</h2> - </header> - <section class="entry-content"> - <p> - Vim の autocmd events における BufWrite/BufWritePre がどう違うのかを調べた結果、違いはないことがわかった。 - </p> - </section> - <footer class="entry-footer"> - <time datetime="2021-10-02">2021-10-02</time> 投稿 - <ul class="entry-tags"> - <li class="tag"> - Vim - </li> - </ul> - </footer> - </a> - </article> <nav class="pagination"> <div class="pagination-prev"> <a href="/posts/4/">前へ</a> |
