Skip to content

Commit

Permalink
Fixed the google search option in the post details view
Browse files Browse the repository at this point in the history
  • Loading branch information
anbosuki authored and neobooru committed Nov 17, 2024
1 parent b721865 commit 61b9f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/html/post_readonly_sidebar.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,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://www.google.com/searchbyimage?&image_url=<%- encodeURIComponent(ctx.post.fullContentUrl) %>'>Google Images</a>
<a href='https://lens.google.com/uploadbyurl?url=<%- encodeURIComponent(ctx.post.fullContentUrl) %>'>Google Images</a>
</section>

<section class='social'>
Expand Down

0 comments on commit 61b9f81

Please sign in to comment.