diff options
Diffstat (limited to 'vhosts/blog/public/posts/index.html')
| -rw-r--r-- | vhosts/blog/public/posts/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vhosts/blog/public/posts/index.html b/vhosts/blog/public/posts/index.html index c69f3f7f..5b093238 100644 --- a/vhosts/blog/public/posts/index.html +++ b/vhosts/blog/public/posts/index.html @@ -42,6 +42,21 @@ <h1>投稿一覧</h1> </header> <article class="post-entry"> + <a href="/posts/2023-10-13/i-entered-the-open-university-of-japan/"> + <header class="entry-header"> + <h2>放送大学に入学しました</h2> + </header> + <section class="entry-content"> + <p> + 放送大学に入学しました。頑張ります。 + </p> + </section> + <footer class="entry-footer"> + <time datetime="2023-10-13">2023-10-13</time> 投稿 + </footer> + </a> + </article> + <article class="post-entry"> <a href="/posts/2023-10-02/compile-php-runtime-to-wasm/"> <header class="entry-header"> <h2>PHP の処理系を Emscripten で WebAssembly にコンパイルする</h2> |
