aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/posts/2021-10-02
diff options
context:
space:
mode:
Diffstat (limited to 'public/posts/2021-10-02')
-rw-r--r--public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html4
-rw-r--r--public/posts/2021-10-02/python-unbound-local-error/index.html4
-rw-r--r--public/posts/2021-10-02/ruby-detect-running-implementation/index.html2
-rw-r--r--public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html4
-rw-r--r--public/posts/2021-10-02/rust-where-are-primitive-types-from/index.html2
-rw-r--r--public/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre/index.html2
-rw-r--r--public/posts/2021-10-02/vim-swap-order-of-selected-lines/index.html2
7 files changed, 10 insertions, 10 deletions
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 &apos;x&apos; 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>