diff options
| author | nsfisis <nsfisis@gmail.com> | 2023-03-18 19:15:07 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2023-03-18 19:15:07 +0900 |
| commit | 1301f9d35cec5d24b772518b1daa7ffe15684525 (patch) | |
| tree | d29c78ad13e4cdb32f8d4aed95bf14a39a2ee0ca /public/posts/2022-11-19 | |
| parent | b712e14b622aaa76f8b1a5ccfa7b21c9ba1c6d03 (diff) | |
| download | blog.nsfisis.dev-1301f9d35cec5d24b772518b1daa7ffe15684525.tar.gz blog.nsfisis.dev-1301f9d35cec5d24b772518b1daa7ffe15684525.tar.zst blog.nsfisis.dev-1301f9d35cec5d24b772518b1daa7ffe15684525.zip | |
feat(content): add link to "/tags/" to the global menu
Diffstat (limited to 'public/posts/2022-11-19')
| -rw-r--r-- | public/posts/2022-11-19/phperkaigi-2023-unused-token-quiz-2/index.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/public/posts/2022-11-19/phperkaigi-2023-unused-token-quiz-2/index.html b/public/posts/2022-11-19/phperkaigi-2023-unused-token-quiz-2/index.html index 6056e47..ac66883 100644 --- a/public/posts/2022-11-19/phperkaigi-2023-unused-token-quiz-2/index.html +++ b/public/posts/2022-11-19/phperkaigi-2023-unused-token-quiz-2/index.html @@ -20,13 +20,16 @@ <a href="/">REPL: Rest-Eat-Program Loop</a> </li> <li> - <a href="/about">About</a> + <a href="/about/">About</a> </li> <li> - <a href="/posts">Posts</a> + <a href="/posts/">Posts</a> </li> <li> - <a href="/slides">Slides</a> + <a href="/slides/">Slides</a> + </li> + <li> + <a href="/tags/">Tags</a> </li> </ul> </nav> |
