fix the rss icon

This commit is contained in:
Your Name 2020-07-05 16:55:25 +02:00
parent f861421e80
commit baefc25b9b

View File

@ -14,6 +14,6 @@
{% if site.email %}
<a class="fas fa-envelope" href="mailto:{{ site.email }}"></a>
{% endif %}
<a class="fas fa-rss" href="{{ "/feed.xml" | relative_url }}" target="_blank"></a>
<a class="fas fa-rss" href="{{ "/feed.xml" | relative_url }}" target="_blank" style="font-weight: 501;"></a>
</div>
<div class="clearfix"></div>