diff options
Diffstat (limited to 'views/partials/threads.ejs')
| -rw-r--r-- | views/partials/threads.ejs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/views/partials/threads.ejs b/views/partials/threads.ejs index 8eaf29c..be3a901 100644 --- a/views/partials/threads.ejs +++ b/views/partials/threads.ejs @@ -33,7 +33,8 @@ <b><a href="/index/{{keyword}}">{{keyword}}</a></b> · </td> <td> - <a href="/post/{{keyword}}">post</a> + <a href="/post/{{keyword}}">post</a> · + <a href="/stream/keyword/{{keyword}}">stream</a> </td> </tr> </script> |
