forked from leftypol/leftypol
add some files missing from the previous commit
This commit is contained in:
parent
e81ce17fb4
commit
48bc9d9e29
3 changed files with 73 additions and 0 deletions
10
templates/post/image_identification.html
Normal file
10
templates/post/image_identification.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
{% if post.thumb != 'file' and config.image_identification %}
|
||||
,
|
||||
<span class='image_id'>
|
||||
<a href="http://imgops.com/{{ config.domain }}{{ config.uri_img }}{{ post.file }}">io</a>
|
||||
{% if post.file|extension == 'jpg' %}
|
||||
<a href="http://regex.info/exif.cgi?url={{ config.domain }}{{ config.uri_img }}{{ post.file }}">e</a>
|
||||
{% endif %}
|
||||
<a href="http://www.google.com/searchbyimage?image_url={{ config.domain }}{{ config.uri_img }}{{ post.file }}">g</a>
|
||||
</span>
|
||||
{% endif %}
|
Loading…
Add table
Add a link
Reference in a new issue