mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
showing publishedDate for news
This commit is contained in:
parent
a559bad488
commit
b88146d669
4 changed files with 28 additions and 1 deletions
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
<div>
|
||||
<h3 class="result_title"><a href="{{ result.url }}">{{ result.title|safe }}</a></h3>
|
||||
{% if result.publishedDate %}<p class="published_date">{{ result.publishedDate }}</p>{% endif %}
|
||||
<p class="content">{% if result.content %}{{ result.content|safe }}<br />{% endif %}</p>
|
||||
<p class="url">{{ result.pretty_url }}</p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue