Skip to content
Snippets Groups Projects
Commit a50e6ba5 authored by Lukas Ruge's avatar Lukas Ruge
Browse files

icon color fix

parent 5af703a0
No related branches found
No related tags found
No related merge requests found
Pipeline #7591 passed
......@@ -10,7 +10,7 @@
<a class="personlink" href="{{ person.mastodon }}"><span class="fa fa-brands fa-mastodon"></span></a>
{% endif -%}
{% if person.twitter and person.twitter != '' -%}
<a class="personlink" href="{{ person.twitter }}"><span class="fa-brands fa-twitter"></span></a>
<a class="personlink" href="{{ person.twitter }}"><span class="fa fa-brands fa-twitter"></span></a>
{% endif -%}
{% endif -%}
{% endfor -%}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment