summaryrefslogtreecommitdiff
path: root/client/html/post_readonly_sidebar.tpl
diff options
context:
space:
mode:
authorHunternif <hunternif@gmail.com>2021-08-31 04:40:21 +0100
committerHunternif <hunternif@gmail.com>2021-08-31 04:57:15 +0100
commita101253c5ef8b34888a0810a18fee141a66126c6 (patch)
tree73a57d56c14af33883d08f7524ac8712fc2469e3 /client/html/post_readonly_sidebar.tpl
parent52205093803136cb64592cbbe12a2723a910d349 (diff)
client: add list of similar posts to post sidebar
Diffstat (limited to 'client/html/post_readonly_sidebar.tpl')
-rw-r--r--client/html/post_readonly_sidebar.tpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/html/post_readonly_sidebar.tpl b/client/html/post_readonly_sidebar.tpl
index be1f95d..b90b516 100644
--- a/client/html/post_readonly_sidebar.tpl
+++ b/client/html/post_readonly_sidebar.tpl
@@ -82,6 +82,11 @@
</nav>
<% } %>
+ <nav class='similar'>
+ <h1>Similar</h1>
+ <ul></ul>
+ </nav>
+
<nav class='tags'>
<h1>Tags (<%- ctx.post.tags.length %>)</h1>
<% if (ctx.post.tags.length) { %>