forked from Icycoide/searxng
[enh] set up special css classes for highlighting results + highlight definitions with dark grey border
This commit is contained in:
parent
04c408389d
commit
74ca542a02
3 changed files with 14 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
<div class="result">
|
||||
<div class="result {{ result.class }}">
|
||||
<h3 class="result_title"><a href="{{ result.url }}">{{ result.title|safe }}</a></h3>
|
||||
<p class="content">{% if result.content %}{{ result.content|safe }}<br />{% endif %}</p>
|
||||
<p class="url">{{ result.pretty_url }}</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue