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>
|
</li>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
<% if (post.contentType === 'image') { %>
|
<% if (post.contentType === 'image' || post.contentType === 'animation') { %>
|
||||||
<li>
|
<li>
|
||||||
<a href="http://iqdb.org/?url=<%= permaLink %>">
|
<a href="http://iqdb.org/?url=<%= permaLink %>">
|
||||||
Search on IQDB
|
Search on IQDB
|
||||||
|
|
Loading…
Reference in a new issue