diff options
| author | Shyam Sunder <sgsunder1@gmail.com> | 2021-01-08 11:03:38 -0500 |
|---|---|---|
| committer | Shyam Sunder <sgsunder1@gmail.com> | 2021-01-08 11:03:38 -0500 |
| commit | 8fa84abdc458e6d67031868f178af64aee62be8d (patch) | |
| tree | 06d5a14da432acca74ca63d9357131b63c843ef4 /client/html | |
| parent | b9451bef4a92dc87c9d6ca65b70410743a6a818a (diff) | |
client/posts: provide link for danbooru image search
Diffstat (limited to 'client/html')
| -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 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> · + <a href='https://danbooru.donmai.us/posts?tags=md5:<%- ctx.post.checksumMD5 %>'>Danbooru</a> · <a href='https://www.google.com/searchbyimage?&image_url=<%- encodeURIComponent(ctx.post.fullContentUrl) %>'>Google Images</a> </section> |