summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorjulian laplace <julescarbon@gmail.com>2023-12-14 17:12:24 +0100
committerjulian laplace <julescarbon@gmail.com>2023-12-14 17:12:24 +0100
commit3f7695feb333e50f3620cc22bde913c36641f685 (patch)
tree6faf7236048d8753e9302a8a9d3f3e9ab5c85c67 /views
parenteee1653cbf2b18d6ba67864cd52707a15a126688 (diff)
fix thread keyword link
Diffstat (limited to 'views')
-rw-r--r--views/partials/threads.ejs4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/partials/threads.ejs b/views/partials/threads.ejs
index 710989a..3470f35 100644
--- a/views/partials/threads.ejs
+++ b/views/partials/threads.ejs
@@ -30,12 +30,12 @@
<script class="keywordTemplate" type="text/html">
<tr class='keyword'>
<td>
- <b><a href="/stream/{{keyword}}">{{keyword}}</a></b>&nbsp;&middot;
+ <b><a href="/index/{{keyword}}">{{keyword}}</a></b>&nbsp;&middot;
</td>
<td>
<a href="/post/{{keyword}}">post</a>&nbsp;&middot;
<a href="/stream/keyword/{{keyword}}">stream</a>&nbsp;&middot;
- <a href="/index/keyword/{{keyword}}">index</a>
+ <a href="/index/{{keyword}}">index</a>
</td>
</tr>
</script>