Update navbar.html

This commit is contained in:
Elliott Pardee 2019-10-23 00:19:42 -04:00 committed by GitHub
parent 00b8be41e0
commit 0d4f504b96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
<a class="fa fa-twitter" href="https://twitter.com/{{ site.twitter_username }}" title="Twitter"></a>
{% endif %} {% if site.mastodon_url %}
<a class="fab fa-mastodon" href="{{ site.mastodon_url }}" title="Mastodon"></a>
{% if site.linkedin_username %}
{% endif %} {% if site.linkedin_username %}
<a class="fa fa-linkedin" href="https://id.linkedin.com/in/{{ site.linkedin_username }}" title="LinkedIn"></a>
{% endif %}
</div>