Skip to content
Snippets Groups Projects
Commit a6e29bbb authored by Thorge Petersen's avatar Thorge Petersen
Browse files

Fixed rss icon embed

parent a268e7dc
Branches
Tags
2 merge requests!41Version 2.0.0,!38Merge py3 into dev
......@@ -43,7 +43,7 @@
<h2>{% snippet 'snippets/search_result_text.html', query=query, count=count, type=type %}</h2>
{% if type == 'dataset' %}
<a aria-label="{{ _('rss feeds') }}" href={{h.remove_url_param([''], controller='feeds', action='custom') }}>
<i aria-hidden="true" class="fa fa-medium fa-rss"></i>
<i aria-hidden="true" class="fa fa-solid fa-rss"></i>
</a>
{%- endif -%}
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment