although the usernames/parameters passed from the file config.yml are passed to the contact.html file, the icons are not showing. I guess it is related to font awesome icons!
- The linkedin icon that is used at the moment is
<i class="fab fa-linkedin"></i>
- current icon in font awesome is
<i class="fa-brands fa-linkedin"></i>
I tried to put the new code of the new icon but it did not show too!!
although the usernames/parameters passed from the file
config.ymlare passed to thecontact.htmlfile, the icons are not showing. I guess it is related to font awesome icons!<i class="fab fa-linkedin"></i><i class="fa-brands fa-linkedin"></i>I tried to put the new code of the new icon but it did not show too!!