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/2021-10-02 | |
| 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/2021-10-02')
7 files changed, 42 insertions, 21 deletions
diff --git a/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html b/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html index b1da2a5..91b9ec1 100644 --- a/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/index.html +++ b/public/posts/2021-10-02/cpp-you-can-use-keywords-in-attributes/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> diff --git a/public/posts/2021-10-02/python-unbound-local-error/index.html b/public/posts/2021-10-02/python-unbound-local-error/index.html index 7c951cc..8380acb 100644 --- a/public/posts/2021-10-02/python-unbound-local-error/index.html +++ b/public/posts/2021-10-02/python-unbound-local-error/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> diff --git a/public/posts/2021-10-02/ruby-detect-running-implementation/index.html b/public/posts/2021-10-02/ruby-detect-running-implementation/index.html index 0b25546..f0e3632 100644 --- a/public/posts/2021-10-02/ruby-detect-running-implementation/index.html +++ b/public/posts/2021-10-02/ruby-detect-running-implementation/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> diff --git a/public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html b/public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html index 7531bf3..55bf07d 100644 --- a/public/posts/2021-10-02/ruby-then-keyword-and-case-in/index.html +++ b/public/posts/2021-10-02/ruby-then-keyword-and-case-in/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> diff --git a/public/posts/2021-10-02/rust-where-are-primitive-types-from/index.html b/public/posts/2021-10-02/rust-where-are-primitive-types-from/index.html index 9014f7c..db9120e 100644 --- a/public/posts/2021-10-02/rust-where-are-primitive-types-from/index.html +++ b/public/posts/2021-10-02/rust-where-are-primitive-types-from/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> diff --git a/public/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre/index.html b/public/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre/index.html index b3c7715..36ed4c1 100644 --- a/public/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre/index.html +++ b/public/posts/2021-10-02/vim-difference-between-autocmd-bufwrite-and-bufwritepre/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> diff --git a/public/posts/2021-10-02/vim-swap-order-of-selected-lines/index.html b/public/posts/2021-10-02/vim-swap-order-of-selected-lines/index.html index 4f0c72a..e8deba6 100644 --- a/public/posts/2021-10-02/vim-swap-order-of-selected-lines/index.html +++ b/public/posts/2021-10-02/vim-swap-order-of-selected-lines/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> |
