diff options
Diffstat (limited to 'services/nuldoc/public/blog/posts/index.html')
| -rw-r--r-- | services/nuldoc/public/blog/posts/index.html | 35 |
1 files changed, 15 insertions, 20 deletions
diff --git a/services/nuldoc/public/blog/posts/index.html b/services/nuldoc/public/blog/posts/index.html index 7ea8cc9..d03b3bc 100644 --- a/services/nuldoc/public/blog/posts/index.html +++ b/services/nuldoc/public/blog/posts/index.html @@ -63,6 +63,21 @@ </div> </nav> <article class="post-entry"> + <a href="/posts/2025-12-31/2025-reflections/"> + <header class="entry-header"> + <h2>2025 年の振り返り</h2> + </header> + <section class="entry-content"> + <p> + 2025 年にやったことを振り返る + </p> + </section> + <footer class="entry-footer"> + <time datetime="2025-12-31">2025-12-31</time> 投稿 + </footer> + </a> + </article> + <article class="post-entry"> <a href="/posts/2025-12-06/archive-dynamic-site-with-wget/"> <header class="entry-header"> <h2>wget を使って動的サイトを静的サイトにアーカイブする</h2> @@ -259,26 +274,6 @@ </footer> </a> </article> - <article class="post-entry"> - <a href="/posts/2025-03-28/http-1-1-send-multiple-same-headers/"> - <header class="entry-header"> - <h2>【HTTP】HTTP/1.1 で同じヘッダを2回送るとどうなるか</h2> - </header> - <section class="entry-content"> - <p> - HTTP/1.1 で同じヘッダを2回送ったときの挙動について仕様を読んでまとめた。 - </p> - </section> - <footer class="entry-footer"> - <time datetime="2025-03-28">2025-03-28</time> 投稿 - <ul class="entry-tags"> - <li class="tag"> - <span class="tag-inner">HTTP</span> - </li> - </ul> - </footer> - </a> - </article> <nav class="pagination"> <div class="pagination-prev"> </div> |
