Update navbar.html
This commit is contained in:
parent
7021b0a5c3
commit
00b8be41e0
@ -5,7 +5,7 @@
|
|||||||
{% endif %} {% if site.twitter_username %}
|
{% endif %} {% if site.twitter_username %}
|
||||||
<a class="fa fa-twitter" href="https://twitter.com/{{ site.twitter_username }}" title="Twitter"></a>
|
<a class="fa fa-twitter" href="https://twitter.com/{{ site.twitter_username }}" title="Twitter"></a>
|
||||||
{% endif %} {% if site.mastodon_url %}
|
{% endif %} {% if site.mastodon_url %}
|
||||||
<a class="fa fa-mastodon" href="{{ site.mastodon_url }}" title="Mastodon"></a>
|
<a class="fab fa-mastodon" href="{{ site.mastodon_url }}" title="Mastodon"></a>
|
||||||
{% if site.linkedin_username %}
|
{% if site.linkedin_username %}
|
||||||
<a class="fa fa-linkedin" href="https://id.linkedin.com/in/{{ site.linkedin_username }}" title="LinkedIn"></a>
|
<a class="fa fa-linkedin" href="https://id.linkedin.com/in/{{ site.linkedin_username }}" title="LinkedIn"></a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user