refactor link styles
This commit is contained in:
parent
f4019437c5
commit
1d8bcaf080
6 changed files with 16 additions and 18 deletions
|
@ -32,17 +32,17 @@ layout: page.njk
|
|||
|
||||
<ul class="social-media">
|
||||
<li>
|
||||
<a href="https://www.instagram.com/ifsrde" title="Instagram" target="_blank">
|
||||
<a class="social-link" href="https://www.instagram.com/ifsrde" title="Instagram" target="_blank">
|
||||
{% icon "brands:instagram" %}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://toot.kif.rocks/@iFSR" title="Mastodon" target="_blank">
|
||||
<a class="social-link" href="https://toot.kif.rocks/@iFSR" title="Mastodon" target="_blank">
|
||||
{% icon "brands:mastodon" %}
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://t.me/s/ifsrde" title="Telegram" target="_blank">
|
||||
<a class="social-link" href="https://t.me/s/ifsrde" title="Telegram" target="_blank">
|
||||
{% icon "brands:telegram" %}
|
||||
</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue