mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	[fix] remove missing link icon macro
This commit is contained in:
		
							parent
							
								
									100a150a33
								
							
						
					
					
						commit
						6d31ca28b5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -42,7 +42,7 @@
 | 
			
		|||
{%- macro result_sub_footer(result, proxify) -%}
 | 
			
		||||
<div class="engines">
 | 
			
		||||
  {% for engine in result.engines %}<span>{{ engine }}</span>{% endfor %}
 | 
			
		||||
  {{ icon_small('ellipsis-vertical-outline') + result_link(cache_url + result.url, _('cached'), "cache_link") }}‎ {% if proxify and proxify_results %} {{ result_link(proxify(result.url), icon('link') + _('proxied'), "proxyfied_link") }} {% endif %}
 | 
			
		||||
  {{ icon_small('ellipsis-vertical-outline') + result_link(cache_url + result.url, _('cached'), "cache_link") }}‎ {% if proxify and proxify_results %} {{ result_link(proxify(result.url), _('proxied'), "proxyfied_link") }} {% endif %}
 | 
			
		||||
</div>{{- '' -}}
 | 
			
		||||
<div class="break"></div>{{- '' -}}
 | 
			
		||||
{%- endmacro -%}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue