summaryrefslogtreecommitdiff
path: root/views/partials/threads.ejs
diff options
context:
space:
mode:
authorjulian laplace <julescarbon@gmail.com>2022-10-31 16:40:54 +0100
committerjulian laplace <julescarbon@gmail.com>2022-10-31 16:40:54 +0100
commitaccb501e925095c66bbf58007038a883b94e73ed (patch)
tree6a4ee9168135a2c4b81ee09a38799f31b2f9b5ab /views/partials/threads.ejs
parentec6ad6ddb99441eb532b5e72a45c5312813a0a2e (diff)
css...
Diffstat (limited to 'views/partials/threads.ejs')
-rw-r--r--views/partials/threads.ejs3
1 files changed, 2 insertions, 1 deletions
diff --git a/views/partials/threads.ejs b/views/partials/threads.ejs
index be3a901..80453f7 100644
--- a/views/partials/threads.ejs
+++ b/views/partials/threads.ejs
@@ -30,11 +30,12 @@
<script class="keywordTemplate" type="text/html">
<tr class='keyword'>
<td>
- <b><a href="/index/{{keyword}}">{{keyword}}</a></b>&nbsp;&middot;
+ <b><a href="/stream/{{keyword}}">{{keyword}}</a></b>&nbsp;&middot;
</td>
<td>
<a href="/post/{{keyword}}">post</a>&nbsp;&middot;
<a href="/stream/keyword/{{keyword}}">stream</a>
+ <a href="/index/keyword/{{keyword}}">index/a>
</td>
</tr>
</script>