summaryrefslogtreecommitdiffhomepage
path: root/vhosts/blog/public/posts/2021-10-02
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-01-08 10:57:49 +0900
committernsfisis <nsfisis@gmail.com>2024-01-08 10:57:49 +0900
commit5fd75cb1220105334b130b6bfc5395c27161210a (patch)
tree638bfcaf54a7aa9693bdc485bb76179465b9fcb9 /vhosts/blog/public/posts/2021-10-02
parent7f3c1acde8884deedf1cf3e0ece33f4d51b2d676 (diff)
downloadnsfisis.dev-5fd75cb1220105334b130b6bfc5395c27161210a.tar.gz
nsfisis.dev-5fd75cb1220105334b130b6bfc5395c27161210a.tar.zst
nsfisis.dev-5fd75cb1220105334b130b6bfc5395c27161210a.zip
feat(blog/style): change separator of page titles
Diffstat (limited to 'vhosts/blog/public/posts/2021-10-02')
-rw-r--r--vhosts/blog/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html4
-rw-r--r--vhosts/blog/public/posts/2021-10-02/python-unbound-local-error/index.html4
-rw-r--r--vhosts/blog/public/posts/2021-10-02/ruby-detect-running-implementation/index.html4
-rw-r--r--vhosts/blog/public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html4
-rw-r--r--vhosts/blog/public/posts/2021-10-02/rust-where-are-primitive-types-from/index.html4
-rw-r--r--vhosts/blog/public/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre/index.html4
-rw-r--r--vhosts/blog/public/posts/2021-10-02/vim-swap-order-of-selected-lines/index.html4
7 files changed, 14 insertions, 14 deletions
diff --git a/vhosts/blog/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html b/vhosts/blog/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html
index 79b9ab84..219236e1 100644
--- a/vhosts/blog/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html
+++ b/vhosts/blog/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html
@@ -8,12 +8,12 @@
<meta name="description" content="C++ の属性構文の属性名には、キーワードが使える。ネタ記事。">
<meta name="keywords" content="C++,C++ 17">
<meta property="og:type" content="article">
- <meta property="og:title" content="【C++】 属性構文の属性名にはキーワードが使える | REPL: Rest-Eat-Program Loop">
+ <meta property="og:title" content="【C++】 属性構文の属性名にはキーワードが使える|REPL: Rest-Eat-Program Loop">
<meta property="og:description" content="C++ の属性構文の属性名には、キーワードが使える。ネタ記事。">
<meta property="og:site_name" content="REPL: Rest-Eat-Program Loop">
<meta property="og:locale" content="ja_JP">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
- <title>【C++】 属性構文の属性名にはキーワードが使える | REPL: Rest-Eat-Program Loop</title>
+ <title>【C++】 属性構文の属性名にはキーワードが使える|REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/style.css?h=0656606dcfb3f6fa094a976e05df9007">
<link rel="stylesheet" href="/hl.css?h=340e65ffd5c17713efc9107c06304f7b">
</head>
diff --git a/vhosts/blog/public/posts/2021-10-02/python-unbound-local-error/index.html b/vhosts/blog/public/posts/2021-10-02/python-unbound-local-error/index.html
index bc44f092..8d6743b4 100644
--- a/vhosts/blog/public/posts/2021-10-02/python-unbound-local-error/index.html
+++ b/vhosts/blog/public/posts/2021-10-02/python-unbound-local-error/index.html
@@ -8,12 +8,12 @@
<meta name="description" content="Python における UnboundLocalError の理由と対処法。">
<meta name="keywords" content="Python,Python 3">
<meta property="og:type" content="article">
- <meta property="og:title" content="【Python】 クロージャとUnboundLocalError: local variable 'x' referenced before assignment | REPL: Rest-Eat-Program Loop">
+ <meta property="og:title" content="【Python】 クロージャとUnboundLocalError: local variable 'x' referenced before assignment|REPL: Rest-Eat-Program Loop">
<meta property="og:description" content="Python における UnboundLocalError の理由と対処法。">
<meta property="og:site_name" content="REPL: Rest-Eat-Program Loop">
<meta property="og:locale" content="ja_JP">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
- <title>【Python】 クロージャとUnboundLocalError: local variable &apos;x&apos; referenced before assignment | REPL: Rest-Eat-Program Loop</title>
+ <title>【Python】 クロージャとUnboundLocalError: local variable &apos;x&apos; referenced before assignment|REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/style.css?h=0656606dcfb3f6fa094a976e05df9007">
<link rel="stylesheet" href="/hl.css?h=340e65ffd5c17713efc9107c06304f7b">
</head>
diff --git a/vhosts/blog/public/posts/2021-10-02/ruby-detect-running-implementation/index.html b/vhosts/blog/public/posts/2021-10-02/ruby-detect-running-implementation/index.html
index dc6d62f2..77e69487 100644
--- a/vhosts/blog/public/posts/2021-10-02/ruby-detect-running-implementation/index.html
+++ b/vhosts/blog/public/posts/2021-10-02/ruby-detect-running-implementation/index.html
@@ -8,12 +8,12 @@
<meta name="description" content="Ruby には複数の実装があるが、自身を実行している処理系の種類をスクリプト上からどのように判定すればよいだろうか。">
<meta name="keywords" content="Ruby">
<meta property="og:type" content="article">
- <meta property="og:title" content="【Ruby】 自身を実行している処理系の種類を判定する | REPL: Rest-Eat-Program Loop">
+ <meta property="og:title" content="【Ruby】 自身を実行している処理系の種類を判定する|REPL: Rest-Eat-Program Loop">
<meta property="og:description" content="Ruby には複数の実装があるが、自身を実行している処理系の種類をスクリプト上からどのように判定すればよいだろうか。">
<meta property="og:site_name" content="REPL: Rest-Eat-Program Loop">
<meta property="og:locale" content="ja_JP">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
- <title>【Ruby】 自身を実行している処理系の種類を判定する | REPL: Rest-Eat-Program Loop</title>
+ <title>【Ruby】 自身を実行している処理系の種類を判定する|REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/style.css?h=0656606dcfb3f6fa094a976e05df9007">
<link rel="stylesheet" href="/hl.css?h=340e65ffd5c17713efc9107c06304f7b">
</head>
diff --git a/vhosts/blog/public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html b/vhosts/blog/public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html
index 31c79b93..255a5dc7 100644
--- a/vhosts/blog/public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html
+++ b/vhosts/blog/public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html
@@ -8,12 +8,12 @@
<meta name="description" content="Ruby 3.0 で追加される case in 構文と、then キーワードについて。">
<meta name="keywords" content="Ruby,Ruby 3">
<meta property="og:type" content="article">
- <meta property="og:title" content="【Ruby】 then キーワードと case in | REPL: Rest-Eat-Program Loop">
+ <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:site_name" content="REPL: Rest-Eat-Program Loop">
<meta property="og:locale" content="ja_JP">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
- <title>【Ruby】 then キーワードと case in | REPL: Rest-Eat-Program Loop</title>
+ <title>【Ruby】 then キーワードと case in|REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/style.css?h=0656606dcfb3f6fa094a976e05df9007">
<link rel="stylesheet" href="/hl.css?h=340e65ffd5c17713efc9107c06304f7b">
</head>
diff --git a/vhosts/blog/public/posts/2021-10-02/rust-where-are-primitive-types-from/index.html b/vhosts/blog/public/posts/2021-10-02/rust-where-are-primitive-types-from/index.html
index df0b2585..c00e1d49 100644
--- a/vhosts/blog/public/posts/2021-10-02/rust-where-are-primitive-types-from/index.html
+++ b/vhosts/blog/public/posts/2021-10-02/rust-where-are-primitive-types-from/index.html
@@ -8,12 +8,12 @@
<meta name="description" content="Rust のプリミティブ型は予約語ではなく普通の識別子である。どのようにこれが名前解決されるのかを調べた。">
<meta name="keywords" content="Rust">
<meta property="og:type" content="article">
- <meta property="og:title" content="Rust のプリミティブ型はどこからやって来るか | REPL: Rest-Eat-Program Loop">
+ <meta property="og:title" content="Rust のプリミティブ型はどこからやって来るか|REPL: Rest-Eat-Program Loop">
<meta property="og:description" content="Rust のプリミティブ型は予約語ではなく普通の識別子である。どのようにこれが名前解決されるのかを調べた。">
<meta property="og:site_name" content="REPL: Rest-Eat-Program Loop">
<meta property="og:locale" content="ja_JP">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
- <title>Rust のプリミティブ型はどこからやって来るか | REPL: Rest-Eat-Program Loop</title>
+ <title>Rust のプリミティブ型はどこからやって来るか|REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/style.css?h=0656606dcfb3f6fa094a976e05df9007">
<link rel="stylesheet" href="/hl.css?h=340e65ffd5c17713efc9107c06304f7b">
</head>
diff --git a/vhosts/blog/public/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre/index.html b/vhosts/blog/public/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre/index.html
index 317f5170..8d29a231 100644
--- a/vhosts/blog/public/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre/index.html
+++ b/vhosts/blog/public/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre/index.html
@@ -8,12 +8,12 @@
<meta name="description" content="Vim の autocmd events における BufWrite/BufWritePre がどう違うのかを調べた結果、違いはないことがわかった。">
<meta name="keywords" content="Vim">
<meta property="og:type" content="article">
- <meta property="og:title" content="【Vim】 autocmd events の BufWrite/BufWritePre の違い | REPL: Rest-Eat-Program Loop">
+ <meta property="og:title" content="【Vim】 autocmd events の BufWrite/BufWritePre の違い|REPL: Rest-Eat-Program Loop">
<meta property="og:description" content="Vim の autocmd events における BufWrite/BufWritePre がどう違うのかを調べた結果、違いはないことがわかった。">
<meta property="og:site_name" content="REPL: Rest-Eat-Program Loop">
<meta property="og:locale" content="ja_JP">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
- <title>【Vim】 autocmd events の BufWrite/BufWritePre の違い | REPL: Rest-Eat-Program Loop</title>
+ <title>【Vim】 autocmd events の BufWrite/BufWritePre の違い|REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/style.css?h=0656606dcfb3f6fa094a976e05df9007">
<link rel="stylesheet" href="/hl.css?h=340e65ffd5c17713efc9107c06304f7b">
</head>
diff --git a/vhosts/blog/public/posts/2021-10-02/vim-swap-order-of-selected-lines/index.html b/vhosts/blog/public/posts/2021-10-02/vim-swap-order-of-selected-lines/index.html
index a066e2e5..ced4959f 100644
--- a/vhosts/blog/public/posts/2021-10-02/vim-swap-order-of-selected-lines/index.html
+++ b/vhosts/blog/public/posts/2021-10-02/vim-swap-order-of-selected-lines/index.html
@@ -8,12 +8,12 @@
<meta name="description" content="Vim で選択した行の順番を入れ替える方法。">
<meta name="keywords" content="Vim">
<meta property="og:type" content="article">
- <meta property="og:title" content="Vimで選択した行の順番を入れ替える | REPL: Rest-Eat-Program Loop">
+ <meta property="og:title" content="Vimで選択した行の順番を入れ替える|REPL: Rest-Eat-Program Loop">
<meta property="og:description" content="Vim で選択した行の順番を入れ替える方法。">
<meta property="og:site_name" content="REPL: Rest-Eat-Program Loop">
<meta property="og:locale" content="ja_JP">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
- <title>Vimで選択した行の順番を入れ替える | REPL: Rest-Eat-Program Loop</title>
+ <title>Vimで選択した行の順番を入れ替える|REPL: Rest-Eat-Program Loop</title>
<link rel="stylesheet" href="/style.css?h=0656606dcfb3f6fa094a976e05df9007">
<link rel="stylesheet" href="/hl.css?h=340e65ffd5c17713efc9107c06304f7b">
</head>