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 d04ded2..bfaf834 100644 --- a/public/posts/index.html +++ b/public/posts/index.html @@ -25,6 +25,20 @@ <h1>投稿一覧</h1> </header> <article class="post-entry"> + <a href="/posts/2023-03-10/rewrite-this-blog-generator/"> <header class="entry-header"> + <h2>このブログのジェネレータを書き直した</h2> + </header> + <section class="entry-content"> + <p> + このブログのジェネレータを書き直したので、やったことを書き記しておく。 + </p> + </section> + <footer class="entry-footer"> + Posted on<time datetime="2023-03-10">2023-03-10</time> + </footer> +</a> + </article> + <article class="post-entry"> <a href="/posts/2023-01-10/phperkaigi-2023-unused-token-quiz-3/"> <header class="entry-header"> <h2>PHPerKaigi 2023: ボツになったトークン問題 その 3</h2> </header> |
