1. Go to Layout > open the HTML/JavaScript widget below the "Author Profile" widget in the sidebar.
2. Replace youremail with your own email and LINK with the links to your social media accounts.
<div class='socials'>
<a href='mailto:youremail' target='_blank'><i class='fas fa-envelope'></i></a>
<a href='LINK' target='_blank'><i class='fab fa-twitter'></i></a>
<a href='LINK' target='_blank'><i class='fab fa-pinterest'></i></a>
<a href='LINK' target='_blank'><i class='fab fa-instagram'></i></a>
<a href='LINK' target='_blank'><i class='fab fa-snapchat-ghost'></i></a>
</div>
FontAwesome is used for the icons, so if you need to add more, you can check out the available icons here.