Added space after Google image search link
This commit is contained in:
parent
d863bf09fa
commit
d6e91ec62f
@ -8,7 +8,7 @@
|
|||||||
<a href="http://regex.info/exif.cgi?url={{ config.domain }}{{ config.uri_img }}{{ file.file }}" target="_blank">Exif</a>
|
<a href="http://regex.info/exif.cgi?url={{ config.domain }}{{ config.uri_img }}{{ file.file }}" target="_blank">Exif</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if config.image_identification_google %}
|
{% if config.image_identification_google %}
|
||||||
<a href="https://www.google.com/searchbyimage?image_url={{ config.domain }}{{ config.uri_img }}{{ file.file }}" target="_blank">Google</a>
|
<a href="https://www.google.com/searchbyimage?image_url={{ config.domain }}{{ config.uri_img }}{{ file.file }}" target="_blank">Google</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if config.image_identification_iqdb %}
|
{% if config.image_identification_iqdb %}
|
||||||
<a href="http://iqdb.org/?url={{ config.domain }}{{ config.uri_img }}{{ file.file }}" target="_blank">iqdb</a>
|
<a href="http://iqdb.org/?url={{ config.domain }}{{ config.uri_img }}{{ file.file }}" target="_blank">iqdb</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user