diff options
Diffstat (limited to 'views/partials/threads.ejs')
| -rw-r--r-- | views/partials/threads.ejs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/partials/threads.ejs b/views/partials/threads.ejs index be3e458..5c8e8a5 100644 --- a/views/partials/threads.ejs +++ b/views/partials/threads.ejs @@ -6,7 +6,7 @@ <td> <b><i>the latest</i></b> · </td> - <td> + <td colspan="4"> <a href="/post/">Start a new thread!</a> | <a href="/mail">Inbox</a> | <a href="/profile">Profile</a> | @@ -18,7 +18,7 @@ <script class="keywordTemplate" type="text/html"> <tr class='keyword'> <td> - <b>{{keyword}}</b> · + <b><a href="/index/{{keyword}}">{{keyword}}</a></b> · </td> <td> <a href="/post/{{keyword}}">post</a> |
