diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-01-10 13:01:28 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-01-10 13:01:28 +0900 |
| commit | 8f988a6e899aed678406ddfac1be4ef105439274 (patch) | |
| tree | 9cd5f1bcf0e94793828e7159fa72ea6ebc33b3d0 | |
| parent | dae1b45d1f3bc805161606ca5815dac210358db7 (diff) | |
| download | blog.nsfisis.dev-8f988a6e899aed678406ddfac1be4ef105439274.tar.gz blog.nsfisis.dev-8f988a6e899aed678406ddfac1be4ef105439274.tar.zst blog.nsfisis.dev-8f988a6e899aed678406ddfac1be4ef105439274.zip | |
update post: phperkaigi-2023-unused-token-quiz-3
| -rw-r--r-- | content/posts/2023-01-10/phperkaigi-2023-unused-token-quiz-3.adoc | 3 | ||||
| -rw-r--r-- | public/posts/2023-01-10/phperkaigi-2023-unused-token-quiz-3/index.html | 7 | ||||
| -rw-r--r-- | public/posts/index.html | 2 | ||||
| -rw-r--r-- | public/tags/php/index.html | 2 | ||||
| -rw-r--r-- | public/tags/phperkaigi/index.html | 2 |
5 files changed, 13 insertions, 3 deletions
diff --git a/content/posts/2023-01-10/phperkaigi-2023-unused-token-quiz-3.adoc b/content/posts/2023-01-10/phperkaigi-2023-unused-token-quiz-3.adoc index 29a86a1..34fdcb3 100644 --- a/content/posts/2023-01-10/phperkaigi-2023-unused-token-quiz-3.adoc +++ b/content/posts/2023-01-10/phperkaigi-2023-unused-token-quiz-3.adoc @@ -3,6 +3,7 @@ :description: 来年の PHPerKaigi 2023 でデジタルサーカス株式会社から出題予定のトークン問題のうち、 \ ボツになった問題を公開する (その 3)。 :revision-1: 2023-01-10 公開 +:revision-2: 2023-01-10 本シリーズの今後について追記 == はじめに @@ -19,6 +20,8 @@ * その 1 はこちら: link:/posts/2022-10-23/phperkaigi-2023-unused-token-quiz-1/[PHPerKaigi 2023: ボツになったトークン問題 その 1] * その 2 はこちら: link:/posts/2022-11-19/phperkaigi-2023-unused-token-quiz-2/[PHPerKaigi 2023: ボツになったトークン問題 その 2] +追記: 元々は 10月から 2月にかけて 5つのボツ問を公開予定だったのですが、光栄なことに PHPerKaigi 2023 での登壇が決まったので、1、2月の分は書かない/書けないと思います。 + == 問題 diff --git a/public/posts/2023-01-10/phperkaigi-2023-unused-token-quiz-3/index.html b/public/posts/2023-01-10/phperkaigi-2023-unused-token-quiz-3/index.html index 1ba170e..974b33c 100644 --- a/public/posts/2023-01-10/phperkaigi-2023-unused-token-quiz-3/index.html +++ b/public/posts/2023-01-10/phperkaigi-2023-unused-token-quiz-3/index.html @@ -52,6 +52,10 @@ <time datetime="2023-01-10">2023-01-10</time>: 公開 </li> + <li class="revision"> + <time datetime="2023-01-10">2023-01-10</time>: 本シリーズの今後について追記 + </li> + </ol> </section> <section class="section-1"> @@ -84,6 +88,9 @@ </li> </ul> </div> +<div class="paragraph"> +<p>追記: 元々は 10月から 2月にかけて 5つのボツ問を公開予定だったのですが、光栄なことに PHPerKaigi 2023 での登壇が決まったので、1、2月の分は書かない/書けないと思います。</p> +</div> </div> </section> <section class="section-1"> diff --git a/public/posts/index.html b/public/posts/index.html index 1945b88..a559e9b 100644 --- a/public/posts/index.html +++ b/public/posts/index.html @@ -40,7 +40,7 @@ </p> </section> <footer class="entry-footer"> - Posted on <time datetime="2023-01-10">2023-01-10</time> + Posted on <time datetime="2023-01-10">2023-01-10</time>, updated on <time datetime="2023-01-10">2023-01-10</time> </footer> </a> </article> diff --git a/public/tags/php/index.html b/public/tags/php/index.html index efba016..fed4a3f 100644 --- a/public/tags/php/index.html +++ b/public/tags/php/index.html @@ -40,7 +40,7 @@ </p> </section> <footer class="entry-footer"> - Posted on <time datetime="2023-01-10">2023-01-10</time> + Posted on <time datetime="2023-01-10">2023-01-10</time>, updated on <time datetime="2023-01-10">2023-01-10</time> </footer> </a> </article> diff --git a/public/tags/phperkaigi/index.html b/public/tags/phperkaigi/index.html index 953f38e..7c166a7 100644 --- a/public/tags/phperkaigi/index.html +++ b/public/tags/phperkaigi/index.html @@ -40,7 +40,7 @@ </p> </section> <footer class="entry-footer"> - Posted on <time datetime="2023-01-10">2023-01-10</time> + Posted on <time datetime="2023-01-10">2023-01-10</time>, updated on <time datetime="2023-01-10">2023-01-10</time> </footer> </a> </article> |
