aboutsummaryrefslogtreecommitdiffhomepage
path: root/services/nuldoc/content
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-01-15 21:55:42 +0900
committernsfisis <nsfisis@gmail.com>2026-01-15 21:55:46 +0900
commitcd152a4a02141470199fa5a2464245e974de1ffd (patch)
tree76ac786415c9cb6fd2c7b79816465bfec34510fb /services/nuldoc/content
parent6b33d04a7b205c76820fe094ce8576ffa807f8ba (diff)
downloadnsfisis.dev-cd152a4a02141470199fa5a2464245e974de1ffd.tar.gz
nsfisis.dev-cd152a4a02141470199fa5a2464245e974de1ffd.tar.zst
nsfisis.dev-cd152a4a02141470199fa5a2464245e974de1ffd.zip
feat(blog): remove tags: cpp17, python3, ruby3
Diffstat (limited to 'services/nuldoc/content')
-rw-r--r--services/nuldoc/content/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.md1
-rw-r--r--services/nuldoc/content/posts/2021-10-02/python-unbound-local-error.md1
-rw-r--r--services/nuldoc/content/posts/2021-10-02/ruby-then-keyword-and-case-in.md3
3 files changed, 1 insertions, 4 deletions
diff --git a/services/nuldoc/content/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.md b/services/nuldoc/content/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.md
index 5766ce7..5072a13 100644
--- a/services/nuldoc/content/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.md
+++ b/services/nuldoc/content/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.md
@@ -5,7 +5,6 @@ title = "【C++】 属性構文の属性名にはキーワードが使える"
description = "C++ の属性構文の属性名には、キーワードが使える。ネタ記事。"
tags = [
"cpp",
- "cpp17",
]
[[article.revisions]]
diff --git a/services/nuldoc/content/posts/2021-10-02/python-unbound-local-error.md b/services/nuldoc/content/posts/2021-10-02/python-unbound-local-error.md
index 1699b45..78f7370 100644
--- a/services/nuldoc/content/posts/2021-10-02/python-unbound-local-error.md
+++ b/services/nuldoc/content/posts/2021-10-02/python-unbound-local-error.md
@@ -5,7 +5,6 @@ title = "【Python】 クロージャとUnboundLocalError: local variable 'x' re
description = "Python における UnboundLocalError の理由と対処法。"
tags = [
"python",
- "python3",
]
[[article.revisions]]
diff --git a/services/nuldoc/content/posts/2021-10-02/ruby-then-keyword-and-case-in.md b/services/nuldoc/content/posts/2021-10-02/ruby-then-keyword-and-case-in.md
index ea9526b..74ea919 100644
--- a/services/nuldoc/content/posts/2021-10-02/ruby-then-keyword-and-case-in.md
+++ b/services/nuldoc/content/posts/2021-10-02/ruby-then-keyword-and-case-in.md
@@ -2,10 +2,9 @@
[article]
uuid = "87455008-fe5b-49bf-af5a-b875264f8326"
title = "【Ruby】 then キーワードと case in"
-description = "Ruby 3.0 で追加される case in 構文と、then キーワードについて。"
+description = "Ruby 3.0 で追加される case in 構文と、then キーワードについて"
tags = [
"ruby",
- "ruby3",
]
[[article.revisions]]