Skip to content

Commit 4b459e5

Browse files
committed
Demote Twitter
1 parent b97dddf commit 4b459e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_includes/nav.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@
7070
{% endfor %}
7171
</div>
7272
<div class="overlay-footer">
73-
{% if site.twitter_username %}
74-
<a class="mr-2 color-gray-900" href="https://twitter.com/{{ site.twitter_username }}" target="_blank"
75-
rel="noopener"><i class="fa-brands fa-x-twitter mr-1"></i>Twitter</a>
76-
{% endif %}
7773
{% if site.mastodon_username %}
7874
<a class="mr-2 color-gray-900" href="https://{{ site.mastodon_server }}/@{{ site.mastodon_username }}" target="_blank"
7975
rel="me noopener"><i class="fa-brands fa-mastodon mr-1"></i>Mastodon</a>
@@ -82,6 +78,10 @@
8278
<a class="mr-2 color-gray-900" href="https://github.com/{{ site.github_username }}" target="_blank"
8379
rel="noopener"><i class="fa-brands fa-github mr-1"></i>GitHub</a>
8480
{% endif %}
81+
{% if site.twitter_username %}
82+
<a class="mr-2 color-gray-900" href="https://twitter.com/{{ site.twitter_username }}" target="_blank"
83+
rel="noopener"><i class="fa-brands fa-x-twitter mr-1"></i>Twitter</a>
84+
{% endif %}
8585
</div>
8686
</div>
8787
</div>

0 commit comments

Comments
 (0)