[enh] archive.org link added to results

This commit is contained in:
Adam Tauber 2014-09-08 00:52:15 +02:00
parent cd3a52e189
commit 00e5262834
3 changed files with 8 additions and 3 deletions

View file

@ -6,8 +6,8 @@
<div>
<h3 class="result_title"><a href="{{ result.url }}">{{ result.title|safe }}</a></h3>
<p class="url">{{ result.pretty_url }} <a class="cache_link" href="https://web.archive.org/web/{{ result.url }}">cached</a></p>
{% 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>
</div>