diff options
Diffstat (limited to 'public')
16 files changed, 30 insertions, 30 deletions
diff --git a/public/posts/2021-03-30/phperkaigi-2021/index.html b/public/posts/2021-03-30/phperkaigi-2021/index.html index 3cc1e38..2adff51 100644 --- a/public/posts/2021-03-30/phperkaigi-2021/index.html +++ b/public/posts/2021-03-30/phperkaigi-2021/index.html @@ -37,13 +37,13 @@ <h1 class="post-title">PHPerKaigi 2021</h1> <ul class="post-tags"> <li class="tag"> - <a href="/tags/conference">カンファレンス</a> + <a href="/tags/conference/">カンファレンス</a> </li> <li class="tag"> - <a href="/tags/php">PHP</a> + <a href="/tags/php/">PHP</a> </li> <li class="tag"> - <a href="/tags/phperkaigi">PHPerKaigi</a> + <a href="/tags/phperkaigi/">PHPerKaigi</a> </li> </ul> </header> diff --git a/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html b/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html index 6716c43..75ae666 100644 --- a/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html +++ b/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html @@ -37,10 +37,10 @@ <h1 class="post-title">【C++】 属性構文の属性名にはキーワードが使える</h1> <ul class="post-tags"> <li class="tag"> - <a href="/tags/cpp">C++</a> + <a href="/tags/cpp/">C++</a> </li> <li class="tag"> - <a href="/tags/cpp17">C++ 17</a> + <a href="/tags/cpp17/">C++ 17</a> </li> </ul> </header> diff --git a/public/posts/2021-10-02/python-unbound-local-error/index.html b/public/posts/2021-10-02/python-unbound-local-error/index.html index 01a64b4..a39be48 100644 --- a/public/posts/2021-10-02/python-unbound-local-error/index.html +++ b/public/posts/2021-10-02/python-unbound-local-error/index.html @@ -37,10 +37,10 @@ <h1 class="post-title">【Python】 クロージャとUnboundLocalError: local variable 'x' referenced before assignment</h1> <ul class="post-tags"> <li class="tag"> - <a href="/tags/python">Python</a> + <a href="/tags/python/">Python</a> </li> <li class="tag"> - <a href="/tags/python3">Python 3</a> + <a href="/tags/python3/">Python 3</a> </li> </ul> </header> diff --git a/public/posts/2021-10-02/ruby-detect-running-implementation/index.html b/public/posts/2021-10-02/ruby-detect-running-implementation/index.html index ef9b7a9..4a2315c 100644 --- a/public/posts/2021-10-02/ruby-detect-running-implementation/index.html +++ b/public/posts/2021-10-02/ruby-detect-running-implementation/index.html @@ -37,7 +37,7 @@ <h1 class="post-title">【Ruby】 自身を実行している処理系の種類を判定する</h1> <ul class="post-tags"> <li class="tag"> - <a href="/tags/ruby">Ruby</a> + <a href="/tags/ruby/">Ruby</a> </li> </ul> </header> diff --git a/public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html b/public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html index d027ec6..765121c 100644 --- a/public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html +++ b/public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html @@ -37,10 +37,10 @@ <h1 class="post-title">【Ruby】 then キーワードと case in</h1> <ul class="post-tags"> <li class="tag"> - <a href="/tags/ruby">Ruby</a> + <a href="/tags/ruby/">Ruby</a> </li> <li class="tag"> - <a href="/tags/ruby3">Ruby 3</a> + <a href="/tags/ruby3/">Ruby 3</a> </li> </ul> </header> diff --git a/public/posts/2021-10-02/rust-where-are-primitive-types-from/index.html b/public/posts/2021-10-02/rust-where-are-primitive-types-from/index.html index 60e326d..7fc44c9 100644 --- a/public/posts/2021-10-02/rust-where-are-primitive-types-from/index.html +++ b/public/posts/2021-10-02/rust-where-are-primitive-types-from/index.html @@ -37,7 +37,7 @@ <h1 class="post-title">Rust のプリミティブ型はどこからやって来るか</h1> <ul class="post-tags"> <li class="tag"> - <a href="/tags/rust">Rust</a> + <a href="/tags/rust/">Rust</a> </li> </ul> </header> diff --git a/public/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre/index.html b/public/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre/index.html index 46e3218..f2b0ba5 100644 --- a/public/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre/index.html +++ b/public/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre/index.html @@ -37,7 +37,7 @@ <h1 class="post-title">【Vim】 autocmd events の BufWrite/BufWritePre の違い</h1> <ul class="post-tags"> <li class="tag"> - <a href="/tags/vim">Vim</a> + <a href="/tags/vim/">Vim</a> </li> </ul> </header> diff --git a/public/posts/2021-10-02/vim-swap-order-of-selected-lines/index.html b/public/posts/2021-10-02/vim-swap-order-of-selected-lines/index.html index 2470434..5dacbd0 100644 --- a/public/posts/2021-10-02/vim-swap-order-of-selected-lines/index.html +++ b/public/posts/2021-10-02/vim-swap-order-of-selected-lines/index.html @@ -37,7 +37,7 @@ <h1 class="post-title">Vimで選択した行の順番を入れ替える</h1> <ul class="post-tags"> <li class="tag"> - <a href="/tags/vim">Vim</a> + <a href="/tags/vim/">Vim</a> </li> </ul> </header> diff --git a/public/posts/2022-04-09/phperkaigi-2022-tokens/index.html b/public/posts/2022-04-09/phperkaigi-2022-tokens/index.html index 7e9a000..78f76c4 100644 --- a/public/posts/2022-04-09/phperkaigi-2022-tokens/index.html +++ b/public/posts/2022-04-09/phperkaigi-2022-tokens/index.html @@ -37,13 +37,13 @@ <h1 class="post-title">PHPerKaigi 2022 トークン問題の解説</h1> <ul class="post-tags"> <li class="tag"> - <a href="/tags/conference">カンファレンス</a> + <a href="/tags/conference/">カンファレンス</a> </li> <li class="tag"> - <a href="/tags/php">PHP</a> + <a href="/tags/php/">PHP</a> </li> <li class="tag"> - <a href="/tags/phperkaigi">PHPerKaigi</a> + <a href="/tags/phperkaigi/">PHPerKaigi</a> </li> </ul> </header> diff --git a/public/posts/2022-05-01/phperkaigi-2022/index.html b/public/posts/2022-05-01/phperkaigi-2022/index.html index 923543f..02d6c40 100644 --- a/public/posts/2022-05-01/phperkaigi-2022/index.html +++ b/public/posts/2022-05-01/phperkaigi-2022/index.html @@ -37,13 +37,13 @@ <h1 class="post-title">PHPerKaigi 2022</h1> <ul class="post-tags"> <li class="tag"> - <a href="/tags/conference">カンファレンス</a> + <a href="/tags/conference/">カンファレンス</a> </li> <li class="tag"> - <a href="/tags/php">PHP</a> + <a href="/tags/php/">PHP</a> </li> <li class="tag"> - <a href="/tags/phperkaigi">PHPerKaigi</a> + <a href="/tags/phperkaigi/">PHPerKaigi</a> </li> </ul> </header> diff --git a/public/posts/2022-08-27/php-conference-okinawa-code-golf/index.html b/public/posts/2022-08-27/php-conference-okinawa-code-golf/index.html index 408228b..6e82f8f 100644 --- a/public/posts/2022-08-27/php-conference-okinawa-code-golf/index.html +++ b/public/posts/2022-08-27/php-conference-okinawa-code-golf/index.html @@ -37,13 +37,13 @@ <h1 class="post-title">PHP カンファレンス沖縄で出題されたコードゴルフの問題を解いてみた</h1> <ul class="post-tags"> <li class="tag"> - <a href="/tags/conference">カンファレンス</a> + <a href="/tags/conference/">カンファレンス</a> </li> <li class="tag"> - <a href="/tags/php">PHP</a> + <a href="/tags/php/">PHP</a> </li> <li class="tag"> - <a href="/tags/phpcon">PHP カンファレンス</a> + <a href="/tags/phpcon/">PHP カンファレンス</a> </li> </ul> </header> diff --git a/public/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html b/public/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html index 5cf3564..e946180 100644 --- a/public/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html +++ b/public/posts/2022-09-29/write-fizzbuzz-in-php-2-letters-per-line/index.html @@ -37,7 +37,7 @@ <h1 class="post-title">【PHP】 fizzbuzz を書く。1行あたり2文字で。</h1> <ul class="post-tags"> <li class="tag"> - <a href="/tags/php">PHP</a> + <a href="/tags/php/">PHP</a> </li> </ul> </header> diff --git a/public/posts/2022-10-23/phperkaigi-2023-unused-token-quiz-1/index.html b/public/posts/2022-10-23/phperkaigi-2023-unused-token-quiz-1/index.html index 6c100a9..6c9b1e2 100644 --- a/public/posts/2022-10-23/phperkaigi-2023-unused-token-quiz-1/index.html +++ b/public/posts/2022-10-23/phperkaigi-2023-unused-token-quiz-1/index.html @@ -37,10 +37,10 @@ <h1 class="post-title">PHPerKaigi 2023: ボツになったトークン問題 その 1</h1> <ul class="post-tags"> <li class="tag"> - <a href="/tags/php">PHP</a> + <a href="/tags/php/">PHP</a> </li> <li class="tag"> - <a href="/tags/phperkaigi">PHPerKaigi</a> + <a href="/tags/phperkaigi/">PHPerKaigi</a> </li> </ul> </header> diff --git a/public/posts/2022-10-28/setup-server-for-this-site/index.html b/public/posts/2022-10-28/setup-server-for-this-site/index.html index ab629fc..cce6ff8 100644 --- a/public/posts/2022-10-28/setup-server-for-this-site/index.html +++ b/public/posts/2022-10-28/setup-server-for-this-site/index.html @@ -37,7 +37,7 @@ <h1 class="post-title">【備忘録】 このサイト用の VPS をセットアップしたときのメモ</h1> <ul class="post-tags"> <li class="tag"> - <a href="/tags/note-to-self">備忘録</a> + <a href="/tags/note-to-self/">備忘録</a> </li> </ul> </header> diff --git a/public/posts/2022-11-19/phperkaigi-2023-unused-token-quiz-2/index.html b/public/posts/2022-11-19/phperkaigi-2023-unused-token-quiz-2/index.html index 57c6119..e97d3e1 100644 --- a/public/posts/2022-11-19/phperkaigi-2023-unused-token-quiz-2/index.html +++ b/public/posts/2022-11-19/phperkaigi-2023-unused-token-quiz-2/index.html @@ -37,10 +37,10 @@ <h1 class="post-title">PHPerKaigi 2023: ボツになったトークン問題 その 2</h1> <ul class="post-tags"> <li class="tag"> - <a href="/tags/php">PHP</a> + <a href="/tags/php/">PHP</a> </li> <li class="tag"> - <a href="/tags/phperkaigi">PHPerKaigi</a> + <a href="/tags/phperkaigi/">PHPerKaigi</a> </li> </ul> </header> 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 607a65e..c98ee98 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 @@ -37,10 +37,10 @@ <h1 class="post-title">PHPerKaigi 2023: ボツになったトークン問題 その 3</h1> <ul class="post-tags"> <li class="tag"> - <a href="/tags/php">PHP</a> + <a href="/tags/php/">PHP</a> </li> <li class="tag"> - <a href="/tags/phperkaigi">PHPerKaigi</a> + <a href="/tags/phperkaigi/">PHPerKaigi</a> </li> </ul> </header> |
