diff options
Diffstat (limited to 'services/blog/public/posts/5/index.html')
| -rw-r--r-- | services/blog/public/posts/5/index.html | 46 |
1 files changed, 26 insertions, 20 deletions
diff --git a/services/blog/public/posts/5/index.html b/services/blog/public/posts/5/index.html index 04dc89a5..b6c66c12 100644 --- a/services/blog/public/posts/5/index.html +++ b/services/blog/public/posts/5/index.html @@ -67,6 +67,32 @@ </div> </nav> <article class="post-entry"> + <a href="/posts/2022-08-27/php-conference-okinawa-code-golf/"> + <header class="entry-header"> + <h2>PHP カンファレンス沖縄で出題されたコードゴルフの問題を解いてみた</h2> + </header> + <section class="entry-content"> + <p> + PHP カンファレンス沖縄の懇親会 LT で出題されたコードゴルフの問題を解いてみた。 + </p> + </section> + <footer class="entry-footer"> + <time datetime="2022-08-27">2022-08-27</time> 投稿 + <ul class="entry-tags"> + <li class="tag"> + カンファレンス + </li> + <li class="tag"> + PHP + </li> + <li class="tag"> + PHP カンファレンス沖縄 + </li> + </ul> + </footer> + </a> + </article> + <article class="post-entry"> <a href="/posts/2022-05-01/phperkaigi-2022/"> <header class="entry-header"> <h2>PHPerKaigi 2022</h2> @@ -262,26 +288,6 @@ </footer> </a> </article> - <article class="post-entry"> - <a href="/posts/2021-10-02/vim-swap-order-of-selected-lines/"> - <header class="entry-header"> - <h2>Vimで選択した行の順番を入れ替える</h2> - </header> - <section class="entry-content"> - <p> - Vim で選択した行の順番を入れ替える方法。 - </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> |
