You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.
Hi there - I'm trying to figure out how to add some additional assets to allow for social links not included in the original theme. I added the following line to the social-links.html file as an example for Linkedin:
You should add the Font Awesome html code. I just happen to create a new icon and link to add my resume online link. Though I am still figuring out how to write the absolute URL, you can easily change the icon just using the Font Awesome syntax. For instance, I used the fa-file icon for my CV, so the syntax would be:
Hi there - I'm trying to figure out how to add some additional assets to allow for social links not included in the original theme. I added the following line to the
social-links.html
file as an example for Linkedin:{% if site.linkedin %}<li><a class="social-btn" href="https://www.linkedin.com/in/{{ site.linkedin }}" target="_blank" rel="noopener noreferrer"><i class="fa fa-fw fa-linkedin"></i></a></li>{% endif %}
I also included a LinkedIn reference on the
_config.yml
file, but I think I'm missing an extra step. Thoughts?The text was updated successfully, but these errors were encountered: