diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-10-13 22:16:58 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-10-13 22:16:58 +0900 |
| commit | b64c1facadda409dc79436b91d1a17404c834522 (patch) | |
| tree | 3d87784a47834cf087623d6f976d123edcc14610 /vhosts/blog/public/posts/index.html | |
| parent | 54e771bfaee8d3af29d289266ae661c7b7e78293 (diff) | |
| download | nsfisis.dev-b64c1facadda409dc79436b91d1a17404c834522.tar.gz nsfisis.dev-b64c1facadda409dc79436b91d1a17404c834522.tar.zst nsfisis.dev-b64c1facadda409dc79436b91d1a17404c834522.zip | |
feat(blog/content): new post /posts/2023-10-13/i-entered-the-open-university-of-japan
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> |
