diff options
Diffstat (limited to 'public/posts/index.html')
| -rw-r--r-- | public/posts/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/public/posts/index.html b/public/posts/index.html index cb78cdd..c2f1347 100644 --- a/public/posts/index.html +++ b/public/posts/index.html @@ -37,6 +37,20 @@ <h1>投稿一覧</h1> </header> <article class="post-entry"> + <a href="/posts/2023-04-01/implementation-of-minimal-png-image-encoder/"> <header class="entry-header"> + <h2>PNG 画像の最小構成エンコーダを実装する</h2> + </header> + <section class="entry-content"> + <p> + PNG 画像として valid な範囲で最大限手抜きしたエンコーダを書く。 + </p> + </section> + <footer class="entry-footer"> + <time datetime="2023-04-01">2023-04-01</time> 投稿 + </footer> +</a> + </article> + <article class="post-entry"> <a href="/posts/2023-03-10/rewrite-this-blog-generator/"> <header class="entry-header"> <h2>このブログのジェネレータを書き直した</h2> </header> |
