summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-02-02 20:29:09 +0900
committernsfisis <nsfisis@gmail.com>2024-02-03 23:15:10 +0900
commit403b2b1017018b31a61fd6f29708548b8f26a50a (patch)
treea540eb582f0ba1fab6de09c67fb75336ef52dc04
parent61cd8dd793730fa9b121cb3832f270ca5ade0cd3 (diff)
downloadnsfisis.dev-403b2b1017018b31a61fd6f29708548b8f26a50a.tar.gz
nsfisis.dev-403b2b1017018b31a61fd6f29708548b8f26a50a.tar.zst
nsfisis.dev-403b2b1017018b31a61fd6f29708548b8f26a50a.zip
feat(blog/content): update post /posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/
-rw-r--r--vhosts/blog/content/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line.ndoc2
-rw-r--r--vhosts/blog/public/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html4
-rw-r--r--vhosts/blog/public/posts/index.html2
-rw-r--r--vhosts/blog/public/tags/php/index.html2
4 files changed, 5 insertions, 5 deletions
diff --git a/vhosts/blog/content/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line.ndoc b/vhosts/blog/content/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line.ndoc
index ae7e31da..e2e2087f 100644
--- a/vhosts/blog/content/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line.ndoc
+++ b/vhosts/blog/content/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line.ndoc
@@ -1,7 +1,7 @@
---
[article]
title = "【PHP】 fizzbuzz を書く。1行あたり2文字で。"
-description = "PHP で、fizzbuzz を書いた。ただし、1行あたりに使える文字数は2文字まで。"
+description = "PHP で fizzbuzz を書いた。ただし、1行あたりに使える文字数は2文字まで。"
tags = [
"php",
]
diff --git a/vhosts/blog/public/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html b/vhosts/blog/public/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html
index 472d5b91..a0f7ff66 100644
--- a/vhosts/blog/public/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html
+++ b/vhosts/blog/public/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html
@@ -5,11 +5,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="nsfisis">
<meta name="copyright" content="&copy; 2022 nsfisis">
- <meta name="description" content="PHP で、fizzbuzz を書いた。ただし、1行あたりに使える文字数は2文字まで。">
+ <meta name="description" content="PHP で fizzbuzz を書いた。ただし、1行あたりに使える文字数は2文字まで。">
<meta name="keywords" content="PHP">
<meta property="og:type" content="article">
<meta property="og:title" content="【PHP】 fizzbuzz を書く。1行あたり2文字で。|REPL: Rest-Eat-Program Loop">
- <meta property="og:description" content="PHP で、fizzbuzz を書いた。ただし、1行あたりに使える文字数は2文字まで。">
+ <meta property="og:description" content="PHP で fizzbuzz を書いた。ただし、1行あたりに使える文字数は2文字まで。">
<meta property="og:site_name" content="REPL: Rest-Eat-Program Loop">
<meta property="og:locale" content="ja_JP">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
diff --git a/vhosts/blog/public/posts/index.html b/vhosts/blog/public/posts/index.html
index 284459a1..8ed8dbba 100644
--- a/vhosts/blog/public/posts/index.html
+++ b/vhosts/blog/public/posts/index.html
@@ -243,7 +243,7 @@
</header>
<section class="entry-content">
<p>
- PHP で、fizzbuzz を書いた。ただし、1行あたりに使える文字数は2文字まで。
+ PHP で fizzbuzz を書いた。ただし、1行あたりに使える文字数は2文字まで。
</p>
</section>
<footer class="entry-footer">
diff --git a/vhosts/blog/public/tags/php/index.html b/vhosts/blog/public/tags/php/index.html
index 430eeba9..ae0a3248 100644
--- a/vhosts/blog/public/tags/php/index.html
+++ b/vhosts/blog/public/tags/php/index.html
@@ -334,7 +334,7 @@
</header>
<section class="entry-content">
<p>
- PHP で、fizzbuzz を書いた。ただし、1行あたりに使える文字数は2文字まで。
+ PHP で fizzbuzz を書いた。ただし、1行あたりに使える文字数は2文字まで。
</p>
</section>
<footer class="entry-footer">