Fix social media section of splashpage

Commit e1e0bdb4 inadvertently added a 2nd version of the partial.
This commit is contained in:
James Mason 2018-01-17 12:27:22 -08:00 committed by Christian Bruckmayer
parent ed21986cf1
commit 82d8629e43
2 changed files with 3 additions and 21 deletions

View file

@ -15,6 +15,9 @@
- unless contact.googleplus.blank?
= link_to "#{ contact.googleplus }" do
%i.fa.fa-google-plus-square.fa-4x
- unless contact.mastodon.blank?
= link_to "#{ contact.mastodon }" do
%i.fa.icon-mastodon.fa-4x
- unless contact.email.blank?
= mail_to "#{ contact.email }" do
%i.fa.fa-envelope-o.fa-4x