Added image search for animations
This commit is contained in:
parent
2ab636e569
commit
f7df1cb536
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ if (forceHttpInPermalinks > 0) {
|
|||
</li>
|
||||
<% } %>
|
||||
|
||||
<% if (post.contentType === 'image') { %>
|
||||
<% if (post.contentType === 'image' || post.contentType === 'animation') { %>
|
||||
<li>
|
||||
<a href="http://iqdb.org/?url=<%= permaLink %>">
|
||||
Search on IQDB
|
||||
|
|
Loading…
Reference in a new issue