diff options
| author | Hunternif <hunternif@gmail.com> | 2021-09-02 04:23:15 +0100 |
|---|---|---|
| committer | Hunternif <hunternif@gmail.com> | 2021-09-02 04:23:15 +0100 |
| commit | 857220eb8800057f81c5bb55f044f1334dc55f9a (patch) | |
| tree | 53a98ff9d50191c60257e1fba37c1d02696dd03d /client | |
| parent | 05a1221591b287e482d0c63d89b04b57d18d4228 (diff) | |
client: link on post page to view all similar posts
Diffstat (limited to 'client')
| -rw-r--r-- | client/html/post_readonly_sidebar.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/html/post_readonly_sidebar.tpl b/client/html/post_readonly_sidebar.tpl index b90b516..045cce8 100644 --- a/client/html/post_readonly_sidebar.tpl +++ b/client/html/post_readonly_sidebar.tpl @@ -85,6 +85,7 @@ <nav class='similar'> <h1>Similar</h1> <ul></ul> + <a href='<%- ctx.formatClientLink("posts", {query: "similar:" + ctx.post.id}) %>'>See more</a> </nav> <nav class='tags'> |