mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
update for enhanced google answers
This commit is contained in:
parent
f1c05e7c16
commit
8ae66a7eaa
2 changed files with 65 additions and 12 deletions
|
|
@ -23,7 +23,11 @@
|
|||
<div id="answers" role="complementary" aria-labelledby="answers-title"><h4 class="title" id="answers-title">{{ _('Answers') }} : </h4>
|
||||
{%- for answer in answers.values() -%}
|
||||
<div class="answer">
|
||||
<span>{{ answer.answer }}</span>
|
||||
{%- if answer.safe -%}
|
||||
<span>{{ answer.answer | safe }}</span>
|
||||
{%- else -%}
|
||||
<span>{{ answer.answer }}</span>
|
||||
{%- endif -%}
|
||||
{%- if answer.url -%}
|
||||
<a href="{{ answer.url }}" class="answer-url"
|
||||
{%- if results_on_new_tab %} target="_blank" rel="noopener noreferrer"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue