Skip to content

Commit

Permalink
Added link to web feed, for implementation of #26
Browse files Browse the repository at this point in the history
  • Loading branch information
m-i-l committed Oct 29, 2022
1 parent 8bb9f0d commit 4cc2ed1
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,14 @@
Filters
</a>
</div>
<div class="col-sm-2 col-md-4 text-center align-bottom">
<div class="col-sm-2 col-md-4 text-center">
{% if no_of_results %}
<p>{{ no_of_results }} results<!-- for <em>query = {{ params['q'] }}</em>--></p>
{{ no_of_results }} results
{% elif no_of_domains %}
<p class="text-secondary">{{ no_of_domains }} sites</p>
{{ no_of_domains }} sites
{% endif %}
{% if links and 'full_feed_link' in links %}
<a class="btn align-baseline" href="{{ links['full_feed_link'] }}"><img src="/static/images/rss.svg" alt="Feed" width="18" height="18"></a>
{% endif %}
</div>
<div class="col-sm-8 col-md-4">
Expand Down

0 comments on commit 4cc2ed1

Please sign in to comment.