diff --git a/_includes/entity.html b/_includes/entity.html
index cc6b34ee40241f949f979f0890081498b5e22398..586f7cdd93aa0ea3574a55303366587c1740b7cf 100644
--- a/_includes/entity.html
+++ b/_includes/entity.html
@@ -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 -%}