forked from zaclys/searxng
		
	[fix] return correct favicon path
This commit is contained in:
		
							parent
							
								
									e09d2ad4a7
								
							
						
					
					
						commit
						f99d109ceb
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -5,7 +5,7 @@ | |||
| 
 | ||||
| <!-- Draw favicon --> | ||||
| {% macro draw_favicon(favicon) -%} | ||||
|     <img width="32" height="32" class="favicon" src="{{ url_for('static', filename='themes/oscar/img/icons/' + favicon + '.png') }}" alt="{{ favicon }}" /> | ||||
|     <img width="32" height="32" class="favicon" src="{{ url_for('static', filename='img/icons/' + favicon + '.png') }}" alt="{{ favicon }}" /> | ||||
| {%- endmacro %} | ||||
| 
 | ||||
| {%- macro result_link(url, title, classes='', id='') -%} | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Austin Huang
						Austin Huang