From 47e5c3a91796739c902fa1b72ed4998e528c1cbc Mon Sep 17 00:00:00 2001 From: Felix Wolfsteller Date: Tue, 9 Jun 2020 08:59:35 +0200 Subject: [PATCH] Add option for mastodon contact. --- _data/contact.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/_data/contact.yml b/_data/contact.yml index a6ec500..c6f6460 100644 --- a/_data/contact.yml +++ b/_data/contact.yml @@ -19,10 +19,13 @@ icon: 'fas fa-rss' noblank: true -# Complete the url below to enable more contact options -- - icon: 'fab fa-linkedin' # icons powered by - url: '' # Fill with your Linkedin homepage -- - icon: 'fab fa-stack-overflow' - url: '' # Fill with your stackoverflow homepage \ No newline at end of file +# Uncomment and complete the url below to enable more contact options +# - +# icon: 'fab fa-mastodon' # icons powered by +# url: '' # Fill with your mastodon account page +# - +# icon: 'fab fa-linkedin' # icons powered by +# url: '' # Fill with your Linkedin homepage +# - +# icon: 'fab fa-stack-overflow' +# url: '' # Fill with your stackoverflow homepage