diff options
| -rw-r--r-- | nuldoc-src/pages/about.ts | 12 | ||||
| -rw-r--r-- | public/about/index.html | 6 |
2 files changed, 12 insertions, 6 deletions
diff --git a/nuldoc-src/pages/about.ts b/nuldoc-src/pages/about.ts index d76b7b5..adf4d73 100644 --- a/nuldoc-src/pages/about.ts +++ b/nuldoc-src/pages/about.ts @@ -29,7 +29,7 @@ export async function generateAboutPage( el( "h1", [["class", "post-title"]], - text("About"), + text("nsfisis"), ), ), el( @@ -41,9 +41,15 @@ export async function generateAboutPage( el( "h2", [], - text("名前"), + text("読み方"), + ), + el( + "p", + [], + text( + "読み方は決めていません。音にする必要があるときは本名である「いまむら」をお使いください。", + ), ), - el("p", [], text("nsfisis (いまむら)")), ), el( "section", diff --git a/public/about/index.html b/public/about/index.html index cf0b2c6..5414011 100644 --- a/public/about/index.html +++ b/public/about/index.html @@ -35,13 +35,13 @@ <main class="main"> <article class="post-single"> <header class="post-header"> - <h1 class="post-title">About</h1> + <h1 class="post-title">nsfisis</h1> </header> <div class="post-content"> <section> - <h2>名前</h2> + <h2>読み方</h2> <p> - nsfisis (いまむら) + 読み方は決めていません。音にする必要があるときは本名である「いまむら」をお使いください。 </p> </section> <section> |
