From f3734ac3bd1a15a4bf2aaca8f73def5003380b86 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 18 Mar 2023 16:36:13 +0900 Subject: feat(nuldoc): change page title of tags/* --- nuldoc-src/templates/tag.ts | 4 ++-- public/tags/conference/index.html | 4 ++-- public/tags/cpp/index.html | 4 ++-- public/tags/cpp17/index.html | 4 ++-- public/tags/note-to-self/index.html | 4 ++-- public/tags/php/index.html | 4 ++-- public/tags/phpcon/index.html | 4 ++-- public/tags/phperkaigi/index.html | 4 ++-- public/tags/python/index.html | 4 ++-- public/tags/python3/index.html | 4 ++-- public/tags/ruby/index.html | 4 ++-- public/tags/ruby3/index.html | 4 ++-- public/tags/rust/index.html | 4 ++-- public/tags/vim/index.html | 4 ++-- 14 files changed, 28 insertions(+), 28 deletions(-) diff --git a/nuldoc-src/templates/tag.ts b/nuldoc-src/templates/tag.ts index 8c296d8..1cbc2c5 100644 --- a/nuldoc-src/templates/tag.ts +++ b/nuldoc-src/templates/tag.ts @@ -26,7 +26,7 @@ export default async function convertTag( el("__root__", []), ``, `/tags/${tag}/`, - tagLabel, + `タグ「${tagLabel}」一覧`, `タグ「${tagLabel}」のついた記事一覧`, [], [], @@ -93,7 +93,7 @@ export default async function convertTag( el( "main", [["class", "main"]], - el("header", [["class", "page-header"]], el("h1", [], text(tagLabel))), + el("header", [["class", "page-header"]], el("h1", [], text(doc.title))), ...posts.map((post) => el( "article", diff --git a/public/tags/conference/index.html b/public/tags/conference/index.html index 6d40829..43ea17d 100644 --- a/public/tags/conference/index.html +++ b/public/tags/conference/index.html @@ -8,7 +8,7 @@ - カンファレンス | REPL: Rest-Eat-Program Loop + タグ「カンファレンス」一覧 | REPL: Rest-Eat-Program Loop @@ -32,7 +32,7 @@
diff --git a/public/tags/cpp/index.html b/public/tags/cpp/index.html index a802ad0..bf4f91e 100644 --- a/public/tags/cpp/index.html +++ b/public/tags/cpp/index.html @@ -8,7 +8,7 @@ - C++ | REPL: Rest-Eat-Program Loop + タグ「C++」一覧 | REPL: Rest-Eat-Program Loop @@ -32,7 +32,7 @@
diff --git a/public/tags/cpp17/index.html b/public/tags/cpp17/index.html index 4a84a13..814342f 100644 --- a/public/tags/cpp17/index.html +++ b/public/tags/cpp17/index.html @@ -8,7 +8,7 @@ - C++ 17 | REPL: Rest-Eat-Program Loop + タグ「C++ 17」一覧 | REPL: Rest-Eat-Program Loop @@ -32,7 +32,7 @@
diff --git a/public/tags/note-to-self/index.html b/public/tags/note-to-self/index.html index 3f4821d..5823c27 100644 --- a/public/tags/note-to-self/index.html +++ b/public/tags/note-to-self/index.html @@ -8,7 +8,7 @@ - 備忘録 | REPL: Rest-Eat-Program Loop + タグ「備忘録」一覧 | REPL: Rest-Eat-Program Loop @@ -32,7 +32,7 @@
diff --git a/public/tags/php/index.html b/public/tags/php/index.html index 55ad888..00f70f5 100644 --- a/public/tags/php/index.html +++ b/public/tags/php/index.html @@ -8,7 +8,7 @@ - PHP | REPL: Rest-Eat-Program Loop + タグ「PHP」一覧 | REPL: Rest-Eat-Program Loop @@ -32,7 +32,7 @@
diff --git a/public/tags/phpcon/index.html b/public/tags/phpcon/index.html index 7f1d0bc..b2af46c 100644 --- a/public/tags/phpcon/index.html +++ b/public/tags/phpcon/index.html @@ -8,7 +8,7 @@ - PHP カンファレンス | REPL: Rest-Eat-Program Loop + タグ「PHP カンファレンス」一覧 | REPL: Rest-Eat-Program Loop @@ -32,7 +32,7 @@
diff --git a/public/tags/phperkaigi/index.html b/public/tags/phperkaigi/index.html index 460e54d..7812c66 100644 --- a/public/tags/phperkaigi/index.html +++ b/public/tags/phperkaigi/index.html @@ -8,7 +8,7 @@ - PHPerKaigi | REPL: Rest-Eat-Program Loop + タグ「PHPerKaigi」一覧 | REPL: Rest-Eat-Program Loop @@ -32,7 +32,7 @@
diff --git a/public/tags/python/index.html b/public/tags/python/index.html index 4bedc59..1a58171 100644 --- a/public/tags/python/index.html +++ b/public/tags/python/index.html @@ -8,7 +8,7 @@ - Python | REPL: Rest-Eat-Program Loop + タグ「Python」一覧 | REPL: Rest-Eat-Program Loop @@ -32,7 +32,7 @@
diff --git a/public/tags/python3/index.html b/public/tags/python3/index.html index 896a4fe..35a466e 100644 --- a/public/tags/python3/index.html +++ b/public/tags/python3/index.html @@ -8,7 +8,7 @@ - Python 3 | REPL: Rest-Eat-Program Loop + タグ「Python 3」一覧 | REPL: Rest-Eat-Program Loop @@ -32,7 +32,7 @@
diff --git a/public/tags/ruby/index.html b/public/tags/ruby/index.html index 57bad11..e67307c 100644 --- a/public/tags/ruby/index.html +++ b/public/tags/ruby/index.html @@ -8,7 +8,7 @@ - Ruby | REPL: Rest-Eat-Program Loop + タグ「Ruby」一覧 | REPL: Rest-Eat-Program Loop @@ -32,7 +32,7 @@
diff --git a/public/tags/ruby3/index.html b/public/tags/ruby3/index.html index f52bc48..5138959 100644 --- a/public/tags/ruby3/index.html +++ b/public/tags/ruby3/index.html @@ -8,7 +8,7 @@ - Ruby 3 | REPL: Rest-Eat-Program Loop + タグ「Ruby 3」一覧 | REPL: Rest-Eat-Program Loop @@ -32,7 +32,7 @@
diff --git a/public/tags/rust/index.html b/public/tags/rust/index.html index fbd077d..89b74e0 100644 --- a/public/tags/rust/index.html +++ b/public/tags/rust/index.html @@ -8,7 +8,7 @@ - Rust | REPL: Rest-Eat-Program Loop + タグ「Rust」一覧 | REPL: Rest-Eat-Program Loop @@ -32,7 +32,7 @@