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:
kaijuagenda 2021-01-19 15:22:17 -05:00 committed by GitHub
parent 8fa84abdc4
commit c77f932efb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,6 +53,7 @@
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://e621.net/posts?tags=md5:<%- ctx.post.checksumMD5 %>'>E621</a> &middot;
<a href='https://www.google.com/searchbyimage?&image_url=<%- encodeURIComponent(ctx.post.fullContentUrl) %>'>Google Images</a>
</section>