add title to header icons

This commit is contained in:
Amolith 2019-01-17 09:15:12 -05:00
parent d223eb3cec
commit bd11d8772a
Signed by: Amolith
GPG Key ID: 51FD40936DB0065B
1 changed files with 4 additions and 4 deletions

View File

@ -9,21 +9,21 @@
</ul>
</div>
<ul class="social-links">
<a href="/feed.xml" class="social-linkes__entry" target="_blank">
<a href="/feed.xml" title="The RSS feed for my blog"class="social-linkes__entry" target="_blank">
<i class="fa fa-rss-square"></i>
</a>
{% if site.author.mastodon %}
<a rel="me" href="https://fosstodon.org/@{{ site.author.mastodon }}" class="social-links__entry" target="_blank">
<a rel="me" title="Mastodon, a decentralised social network" href="https://fosstodon.org/@{{ site.author.mastodon }}" class="social-links__entry" target="_blank">
<i class="fa fa-mastodon"></i>
</a>
{% endif %}
{% if site.author.telegram %}
<a href="https://t.me/{{ site.author.telegram }}" class="social-links__entry" target="_blank">
<a href="https://t.me/{{ site.author.telegram }}" title="Message me on Telegram"class="social-links__entry" target="_blank">
<i class="fa fa-telegram"></i>
</a>
{% endif %}
{% if site.author.email %}
<a href="mailto:{{ site.author.email }}" class="social-links__entry" target="_blank">
<a href="mailto:{{ site.author.email }}" title="Send me a GPG-encrypted email" class="social-links__entry" target="_blank">
<i class="fa fa-envelope"></i>
</a>
{% endif %}