In _site.yml, there is one fa logo specified (line 22-24), which appears when I knit the site locally on my machine. But disappears after it is deployed via netlify.
I have looked through pages of help on here and stack overflow, but nothing that would make sense.
This appears to be happening because Font Awesome isn’t on the path you specify in your page code. Neither FA style sheets is loading.
To fix this, either move the FA stylesheets to the location specified in your code, change your code to point to the actual location, or load FA via CDNJS (or Font Awesome, if you have a version 6 license).
It says that the _site.yml file contains the header info. Since I want the FA to appear on the header, I have inculded it in this file (second screencapture). I am clearly missing something here. Can you please pinpoint to which file you are referring to as the ‘page code’? So that I can make sense of how this works.