summaryrefslogtreecommitdiff
path: root/client/html
diff options
context:
space:
mode:
authorShyam Sunder <sgsunder1@gmail.com>2021-01-08 11:03:38 -0500
committerShyam Sunder <sgsunder1@gmail.com>2021-01-08 11:03:38 -0500
commit8fa84abdc458e6d67031868f178af64aee62be8d (patch)
tree06d5a14da432acca74ca63d9357131b63c843ef4 /client/html
parentb9451bef4a92dc87c9d6ca65b70410743a6a818a (diff)
client/posts: provide link for danbooru image search
Diffstat (limited to 'client/html')
-rw-r--r--client/html/post_readonly_sidebar.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/html/post_readonly_sidebar.tpl b/client/html/post_readonly_sidebar.tpl
index 7be5ba3..178b1d2 100644
--- a/client/html/post_readonly_sidebar.tpl
+++ b/client/html/post_readonly_sidebar.tpl
@@ -52,6 +52,7 @@
<section class='search'>
Search on
<a href='http://iqdb.org/?url=<%- encodeURIComponent(ctx.post.fullContentUrl) %>'>IQDB</a> &middot;
+ <a href='https://danbooru.donmai.us/posts?tags=md5:<%- ctx.post.checksumMD5 %>'>Danbooru</a> &middot;
<a href='https://www.google.com/searchbyimage?&image_url=<%- encodeURIComponent(ctx.post.fullContentUrl) %>'>Google Images</a>
</section>