client/posts: provide link for E621 image search
Fork of danbooru, same URL structure. Covers content not found on IQDB or Danbooru due to subject matter.
This commit is contained in:
parent
8fa84abdc4
commit
c77f932efb
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@
|
|||
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://e621.net/posts?tags=md5:<%- ctx.post.checksumMD5 %>'>E621</a> ·
|
||||
<a href='https://www.google.com/searchbyimage?&image_url=<%- encodeURIComponent(ctx.post.fullContentUrl) %>'>Google Images</a>
|
||||
</section>
|
||||
|
||||
|
|
Reference in a new issue