diff options
Diffstat (limited to 'client/html/post_readonly_sidebar.tpl')
| -rw-r--r-- | client/html/post_readonly_sidebar.tpl | 5 |
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) { %> |