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
I wanted to add an IEEE icon but couldn't find the same on fontawesome.com. However, it has been generously made available here.
To be able to use the icons given on the page above I added the following line in main.scss @import url("https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css");
I used the following code in _config.yml:
- title: Template attack on SPA and FA resistant implementation of Montgomery Ladder icon: fab ai-ieee url: https://ieeexplore.ieee.org/document/7542698
I do not see the IEEE icon on the served page.
I haven't delved deep in the code but did a bunch of greps to understand how fontawesome has been integrated. Does anyone have any idea about how to integrate other icons? Or could someone please point out the mistake I'm making?
PS: Did not know a better place to post this. Let me know if there exists a better platform for questions and I'll move this there. Thank you :)
The text was updated successfully, but these errors were encountered:
I wanted to add an IEEE icon but couldn't find the same on fontawesome.com. However, it has been generously made available here.
To be able to use the icons given on the page above I added the following line in main.scss
@import url("https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css");
I used the following code in _config.yml:
- title: Template attack on SPA and FA resistant implementation of Montgomery Ladder
icon: fab ai-ieee
url: https://ieeexplore.ieee.org/document/7542698
I do not see the IEEE icon on the served page.
I haven't delved deep in the code but did a bunch of greps to understand how fontawesome has been integrated. Does anyone have any idea about how to integrate other icons? Or could someone please point out the mistake I'm making?
PS: Did not know a better place to post this. Let me know if there exists a better platform for questions and I'll move this there. Thank you :)
The text was updated successfully, but these errors were encountered: