diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-03-19 00:57:51 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-03-19 01:30:08 +0900 |
| commit | 641ef19ec727be63c58404ff5b80c5970be91e9f (patch) | |
| tree | 140a019a7564bf60c4203ddda854623967492a7c | |
| parent | 0021721514e95ae0ba4e64d9a57780f0c9ee65fa (diff) | |
| download | blog.nsfisis.dev-641ef19ec727be63c58404ff5b80c5970be91e9f.tar.gz blog.nsfisis.dev-641ef19ec727be63c58404ff5b80c5970be91e9f.tar.zst blog.nsfisis.dev-641ef19ec727be63c58404ff5b80c5970be91e9f.zip | |
feat(content): update about page
| -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> |
