diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-10-02 02:49:04 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-10-02 02:49:04 +0900 |
| commit | 0b734d0453ff1fa70bcefe566803602f16af938c (patch) | |
| tree | 4d87e508e7f1c21b4fc4b101d3f7805fb1025d67 /vhosts/blog/public/posts/index.html | |
| parent | bc925d12812818c457b9b2497958a60709d56a68 (diff) | |
| download | nsfisis.dev-0b734d0453ff1fa70bcefe566803602f16af938c.tar.gz nsfisis.dev-0b734d0453ff1fa70bcefe566803602f16af938c.tar.zst nsfisis.dev-0b734d0453ff1fa70bcefe566803602f16af938c.zip | |
feat(blog/style): slightly change title of /posts/2023-10-02/compile-php-runtime-to-wasm/
Diffstat (limited to 'vhosts/blog/public/posts/index.html')
| -rw-r--r-- | vhosts/blog/public/posts/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vhosts/blog/public/posts/index.html b/vhosts/blog/public/posts/index.html index 941a79ab..f6bdd648 100644 --- a/vhosts/blog/public/posts/index.html +++ b/vhosts/blog/public/posts/index.html @@ -39,7 +39,7 @@ <article class="post-entry"> <a href="/posts/2023-10-02/compile-php-runtime-to-wasm/"> <header class="entry-header"> - <h2>【PHP】 PHP の処理系を Emscripten で WebAssembly にコンパイルする</h2> + <h2>PHP の処理系を Emscripten で WebAssembly にコンパイルする</h2> </header> <section class="entry-content"> <p> |
