add some files missing from the previous commit

This commit is contained in:
czaks 2014-04-16 11:58:41 +02:00
parent e81ce17fb4
commit 48bc9d9e29
3 changed files with 73 additions and 0 deletions

View 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 %}