diff options
| -rw-r--r-- | views/partials/threads.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/partials/threads.ejs b/views/partials/threads.ejs index 80453f7..6726f04 100644 --- a/views/partials/threads.ejs +++ b/views/partials/threads.ejs @@ -35,7 +35,7 @@ <td> <a href="/post/{{keyword}}">post</a> · <a href="/stream/keyword/{{keyword}}">stream</a> - <a href="/index/keyword/{{keyword}}">index/a> + <a href="/index/keyword/{{keyword}}">index</a> </td> </tr> </script> |
