From a50e6ba5e938758ce2f3e49b7d740b815aa780ef Mon Sep 17 00:00:00 2001 From: tvluke <tvluke@chaotikum.org> Date: Sun, 12 Mar 2023 12:47:33 +0100 Subject: [PATCH] icon color fix --- _includes/entity.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/entity.html b/_includes/entity.html index cc6b34ee..586f7cdd 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 -%} -- GitLab