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/tags | |
| 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/tags')
| -rw-r--r-- | public/tags/conference/index.html | 9 | ||||
| -rw-r--r-- | public/tags/cpp/index.html | 9 | ||||
| -rw-r--r-- | public/tags/cpp17/index.html | 9 | ||||
| -rw-r--r-- | public/tags/note-to-self/index.html | 9 | ||||
| -rw-r--r-- | public/tags/php/index.html | 9 | ||||
| -rw-r--r-- | public/tags/phpcon/index.html | 9 | ||||
| -rw-r--r-- | public/tags/phperkaigi/index.html | 9 | ||||
| -rw-r--r-- | public/tags/python/index.html | 9 | ||||
| -rw-r--r-- | public/tags/python3/index.html | 9 | ||||
| -rw-r--r-- | public/tags/ruby/index.html | 9 | ||||
| -rw-r--r-- | public/tags/ruby3/index.html | 9 | ||||
| -rw-r--r-- | public/tags/rust/index.html | 9 | ||||
| -rw-r--r-- | public/tags/vim/index.html | 9 |
13 files changed, 78 insertions, 39 deletions
diff --git a/public/tags/conference/index.html b/public/tags/conference/index.html index 02521a8..ac255da 100644 --- a/public/tags/conference/index.html +++ b/public/tags/conference/index.html @@ -19,13 +19,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/tags/cpp/index.html b/public/tags/cpp/index.html index 3e069c9..fc83ba9 100644 --- a/public/tags/cpp/index.html +++ b/public/tags/cpp/index.html @@ -19,13 +19,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/tags/cpp17/index.html b/public/tags/cpp17/index.html index 832693f..f170658 100644 --- a/public/tags/cpp17/index.html +++ b/public/tags/cpp17/index.html @@ -19,13 +19,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/tags/note-to-self/index.html b/public/tags/note-to-self/index.html index 8de640b..32ce8af 100644 --- a/public/tags/note-to-self/index.html +++ b/public/tags/note-to-self/index.html @@ -19,13 +19,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/tags/php/index.html b/public/tags/php/index.html index bea40e0..32c4690 100644 --- a/public/tags/php/index.html +++ b/public/tags/php/index.html @@ -19,13 +19,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/tags/phpcon/index.html b/public/tags/phpcon/index.html index 26758e5..5af6ba0 100644 --- a/public/tags/phpcon/index.html +++ b/public/tags/phpcon/index.html @@ -19,13 +19,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/tags/phperkaigi/index.html b/public/tags/phperkaigi/index.html index 5af63f3..03d83ca 100644 --- a/public/tags/phperkaigi/index.html +++ b/public/tags/phperkaigi/index.html @@ -19,13 +19,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/tags/python/index.html b/public/tags/python/index.html index 3cdcb06..f5f6b76 100644 --- a/public/tags/python/index.html +++ b/public/tags/python/index.html @@ -19,13 +19,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/tags/python3/index.html b/public/tags/python3/index.html index a40e37e..8c742da 100644 --- a/public/tags/python3/index.html +++ b/public/tags/python3/index.html @@ -19,13 +19,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/tags/ruby/index.html b/public/tags/ruby/index.html index bd25370..a5033b9 100644 --- a/public/tags/ruby/index.html +++ b/public/tags/ruby/index.html @@ -19,13 +19,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/tags/ruby3/index.html b/public/tags/ruby3/index.html index 1eeac99..9793cfb 100644 --- a/public/tags/ruby3/index.html +++ b/public/tags/ruby3/index.html @@ -19,13 +19,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/tags/rust/index.html b/public/tags/rust/index.html index 4aa764f..dd9ff39 100644 --- a/public/tags/rust/index.html +++ b/public/tags/rust/index.html @@ -19,13 +19,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/tags/vim/index.html b/public/tags/vim/index.html index 97d011a..d61d320 100644 --- a/public/tags/vim/index.html +++ b/public/tags/vim/index.html @@ -19,13 +19,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> |
