From cd152a4a02141470199fa5a2464245e974de1ffd Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 15 Jan 2026 21:55:42 +0900 Subject: feat(blog): remove tags: cpp17, python3, ruby3 --- .../posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.md | 1 - .../2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html | 5 +---- .../public/blog/posts/2021-10-02/python-unbound-local-error.md | 1 - .../blog/posts/2021-10-02/python-unbound-local-error/index.html | 5 +---- .../blog/posts/2021-10-02/ruby-then-keyword-and-case-in.md | 3 +-- .../posts/2021-10-02/ruby-then-keyword-and-case-in/index.html | 9 +++------ services/nuldoc/public/blog/posts/5/index.html | 3 --- services/nuldoc/public/blog/posts/6/index.html | 8 +------- services/nuldoc/public/blog/posts/atom.xml | 2 +- 9 files changed, 8 insertions(+), 29 deletions(-) (limited to 'services/nuldoc/public/blog/posts') diff --git a/services/nuldoc/public/blog/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.md b/services/nuldoc/public/blog/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.md index 5766ce7..5072a13 100644 --- a/services/nuldoc/public/blog/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.md +++ b/services/nuldoc/public/blog/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/public/blog/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html b/services/nuldoc/public/blog/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html index f585328..79f7ebd 100644 --- a/services/nuldoc/public/blog/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html +++ b/services/nuldoc/public/blog/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html @@ -6,7 +6,7 @@ - + @@ -47,9 +47,6 @@
  • C++
  • -
  • - C++ 17 -
  • diff --git a/services/nuldoc/public/blog/posts/2021-10-02/python-unbound-local-error.md b/services/nuldoc/public/blog/posts/2021-10-02/python-unbound-local-error.md index 1699b45..78f7370 100644 --- a/services/nuldoc/public/blog/posts/2021-10-02/python-unbound-local-error.md +++ b/services/nuldoc/public/blog/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/public/blog/posts/2021-10-02/python-unbound-local-error/index.html b/services/nuldoc/public/blog/posts/2021-10-02/python-unbound-local-error/index.html index e68bbd4..26fb852 100644 --- a/services/nuldoc/public/blog/posts/2021-10-02/python-unbound-local-error/index.html +++ b/services/nuldoc/public/blog/posts/2021-10-02/python-unbound-local-error/index.html @@ -6,7 +6,7 @@ - + @@ -47,9 +47,6 @@
  • Python
  • -
  • - Python 3 -
  • diff --git a/services/nuldoc/public/blog/posts/2021-10-02/ruby-then-keyword-and-case-in.md b/services/nuldoc/public/blog/posts/2021-10-02/ruby-then-keyword-and-case-in.md index ea9526b..74ea919 100644 --- a/services/nuldoc/public/blog/posts/2021-10-02/ruby-then-keyword-and-case-in.md +++ b/services/nuldoc/public/blog/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]] diff --git a/services/nuldoc/public/blog/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html b/services/nuldoc/public/blog/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html index f394889..9035fa1 100644 --- a/services/nuldoc/public/blog/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html +++ b/services/nuldoc/public/blog/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html @@ -5,11 +5,11 @@ - - + + - + @@ -47,9 +47,6 @@
  • Ruby
  • -
  • - Ruby 3 -