I figured out how to add a Mastodon icon to my social icons using FontAwesome: First, add this line to your theme.js file, just before the </head> tag: {{ '//cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css' | stylesheet_tag }}The...