File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 70
70
{% endfor %}
71
71
</ div >
72
72
< 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 %}
77
73
{% if site.mastodon_username %}
78
74
< a class ="mr-2 color-gray-900 " href ="https://{{ site.mastodon_server }}/@{{ site.mastodon_username }} " target ="_blank "
79
75
rel ="me noopener "> < i class ="fa-brands fa-mastodon mr-1 "> </ i > Mastodon</ a >
82
78
< a class ="mr-2 color-gray-900 " href ="https://github.com/{{ site.github_username }} " target ="_blank "
83
79
rel ="noopener "> < i class ="fa-brands fa-github mr-1 "> </ i > GitHub</ a >
84
80
{% 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 %}
85
85
</ div >
86
86
</ div >
87
87
</ div >
You can’t perform that action at this time.
0 commit comments