Comments on [ F2U ] User Foggy All Comments

Is it possible to add more icons for social media links to the code? I'm trying to figure out how to do so since I've got more socials than I used to.

Since I added a <—add more above THIS line —>, yes it’s possible!

You can pretty much copy and paste the existing  section and replace the social with anything available from fontawesome.com (using YouTube as an example).

<div class="col">
 <a href="LINK TO MEDIA">
 <i class="fab fa-youtube fa-2x">
 </i>
 </a>
 </div>

alright! ty