aboutsummaryrefslogtreecommitdiffhomepage
path: root/services/nuldoc/public/blog/posts/2021-10-02
diff options
context:
space:
mode:
Diffstat (limited to 'services/nuldoc/public/blog/posts/2021-10-02')
-rw-r--r--services/nuldoc/public/blog/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes.md1
-rw-r--r--services/nuldoc/public/blog/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html5
-rw-r--r--services/nuldoc/public/blog/posts/2021-10-02/python-unbound-local-error.md1
-rw-r--r--services/nuldoc/public/blog/posts/2021-10-02/python-unbound-local-error/index.html5
-rw-r--r--services/nuldoc/public/blog/posts/2021-10-02/ruby-then-keyword-and-case-in.md3
-rw-r--r--services/nuldoc/public/blog/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html9
6 files changed, 6 insertions, 18 deletions
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 @@
<meta name="author" content="nsfisis">
<meta name="copyright" content="&copy; 2021 nsfisis">
<meta name="description" content="C++ の属性構文の属性名には、キーワードが使える。ネタ記事。">
- <meta name="keywords" content="C++,C++ 17">
+ <meta name="keywords" content="C++">
<meta property="og:type" content="article">
<meta property="og:title" content="【C++】 属性構文の属性名にはキーワードが使える|REPL: Rest-Eat-Program Loop">
<meta property="og:description" content="C++ の属性構文の属性名には、キーワードが使える。ネタ記事。">
@@ -47,9 +47,6 @@
<li class="tag">
<a class="tag-inner" href="/tags/cpp/">C++</a>
</li>
- <li class="tag">
- <a class="tag-inner" href="/tags/cpp17/">C++ 17</a>
- </li>
</ul>
</header>
<div class="post-content">
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 @@
<meta name="author" content="nsfisis">
<meta name="copyright" content="&copy; 2021 nsfisis">
<meta name="description" content="Python における UnboundLocalError の理由と対処法。">
- <meta name="keywords" content="Python,Python 3">
+ <meta name="keywords" content="Python">
<meta property="og:type" content="article">
<meta property="og:title" content="【Python】 クロージャとUnboundLocalError: local variable &apos;x&apos; referenced before assignment|REPL: Rest-Eat-Program Loop">
<meta property="og:description" content="Python における UnboundLocalError の理由と対処法。">
@@ -47,9 +47,6 @@
<li class="tag">
<a class="tag-inner" href="/tags/python/">Python</a>
</li>
- <li class="tag">
- <a class="tag-inner" href="/tags/python3/">Python 3</a>
- </li>
</ul>
</header>
<div class="post-content">
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 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="nsfisis">
<meta name="copyright" content="&copy; 2021 nsfisis">
- <meta name="description" content="Ruby 3.0 で追加される case in 構文と、then キーワードについて。">
- <meta name="keywords" content="Ruby,Ruby 3">
+ <meta name="description" content="Ruby 3.0 で追加される case in 構文と、then キーワードについて">
+ <meta name="keywords" content="Ruby">
<meta property="og:type" content="article">
<meta property="og:title" content="【Ruby】 then キーワードと case in|REPL: Rest-Eat-Program Loop">
- <meta property="og:description" content="Ruby 3.0 で追加される case in 構文と、then キーワードについて。">
+ <meta property="og:description" content="Ruby 3.0 で追加される case in 構文と、then キーワードについて">
<meta property="og:site_name" content="REPL: Rest-Eat-Program Loop">
<meta property="og:locale" content="ja_JP">
<meta name="Hatena::Bookmark" content="nocomment">
@@ -47,9 +47,6 @@
<li class="tag">
<a class="tag-inner" href="/tags/ruby/">Ruby</a>
</li>
- <li class="tag">
- <a class="tag-inner" href="/tags/ruby3/">Ruby 3</a>
- </li>
</ul>
</header>
<nav class="toc">