1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searx_ynh.git synced 2024-09-03 20:16:30 +02:00
searx_ynh/sources/searx/templates/pix-art/result_templates/default.html
2015-09-08 23:05:37 +02:00

7 lines
318 B
HTML

<a href="{{ result.url }}" title="{{ result.title | striptags }}" rel="noreferrer">
<canvas id="canvas-{{ pageno }}-{{ index }}" class="icon" width="16" height="16"></canvas>
</a>
<script type="text/javascript">
favicons[{{ pageno }}][{{ index }}] = 'http://{{ result.url | extract_domain }}/favicon.ico';
</script>