Mastodon link is not shown in the footer

Hi, I would like to include Mastodon URL to my site. In _config.yml, I have this:

title: MyTitle
description: > # this means to ignore newlines until "baseurl:"
  Description of my site...
url: https://xxxx.xx
#twitter_username: XXX
github_username:  XXX
linkedin_username: xxx
mastodon:
- username: xxx
  instance: noc.social

# Build settings
future: true
markdown: kramdown
theme: libretto-jekyll-theme
plugins:
  - jekyll-feed

Unfortunately, Mastodon icon and account info is not shown. Any idea what I am doing wrong?

1 Like

my guess is the theme doesn’t support it. You could try posting on the themes repo/issues and see what they say. Or dig into how they do the other and add your new one.