diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-09-04 00:11:54 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-09-04 00:11:54 +0900 |
| commit | d5d6eba0c7b2d7154fb7f6e74814a19c51e2e783 (patch) | |
| tree | bbee123d74761a73e2d4111c4c9250a53c3c0839 | |
| parent | c67a3da20d930d06f3e1c871ea9141ceba5c0447 (diff) | |
| download | blog.nsfisis.dev-d5d6eba0c7b2d7154fb7f6e74814a19c51e2e783.tar.gz blog.nsfisis.dev-d5d6eba0c7b2d7154fb7f6e74814a19c51e2e783.tar.zst blog.nsfisis.dev-d5d6eba0c7b2d7154fb7f6e74814a19c51e2e783.zip | |
| -rw-r--r-- | nuldoc-src/pages/about.ts | 4 | ||||
| -rw-r--r-- | public/about/index.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/nuldoc-src/pages/about.ts b/nuldoc-src/pages/about.ts index 504d06f..acba113 100644 --- a/nuldoc-src/pages/about.ts +++ b/nuldoc-src/pages/about.ts @@ -85,7 +85,7 @@ export async function generateAboutPage( el( "a", [["href", "https://twitter.com/nsfisis"]], - text("Twitter (@nsfisis)"), + text("Twitter (現 𝕏): @nsfisis"), ), ), el( @@ -94,7 +94,7 @@ export async function generateAboutPage( el( "a", [["href", "https://github.com/nsfisis"]], - text("GitHub (@nsfisis)"), + text("GitHub: @nsfisis"), ), ), ), diff --git a/public/about/index.html b/public/about/index.html index 6f65ec6..3c33491 100644 --- a/public/about/index.html +++ b/public/about/index.html @@ -60,10 +60,10 @@ <h2>アカウント</h2> <ul> <li> - <a href="https://twitter.com/nsfisis">Twitter (@nsfisis)</a> + <a href="https://twitter.com/nsfisis">Twitter (現 𝕏): @nsfisis</a> </li> <li> - <a href="https://github.com/nsfisis">GitHub (@nsfisis)</a> + <a href="https://github.com/nsfisis">GitHub: @nsfisis</a> </li> </ul> </section> |
