Update social_links.html

This commit is contained in:
lucid69 2020-07-05 16:00:40 +02:00 committed by GitHub
parent f861421e80
commit 3781b83135
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>