summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranbosuki <anbosuki+github@gmail.com>2024-11-16 21:25:57 +0100
committerNeo <50623835+neobooru@users.noreply.github.com>2024-11-17 16:48:24 +0100
commit61b9f81e39dafc7618de8651c34456db1e8fd8b2 (patch)
treee99c828b0293321a378be27af20517bb9ab5075a
parentb7218659314f1da81baa683d5d2c6fddb8c1b619 (diff)
Fixed the google search option in the post details view
-rw-r--r--client/html/post_readonly_sidebar.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/html/post_readonly_sidebar.tpl b/client/html/post_readonly_sidebar.tpl
index 60efc26..4709452 100644
--- a/client/html/post_readonly_sidebar.tpl
+++ b/client/html/post_readonly_sidebar.tpl
@@ -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'>