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?