Thanks for the help, but I don't get it to work.
I got the icon and link to work, but then the Name disappeared.
In the DESCRIPTION file I have:
Authors@R: c(
person("FIRST", "LAST", , "FIRST@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "XXXX-XXXX-XXXX-XXXX"),
)
And as you suggest in the _pkgdown.yml I added:
authors:
FIRST LAST:
href: https://website.com/
html: "<br/><a href='https://twitter.com/twitterhandle'><span class='fab fa-twitter twitter' aria-hidden='true'></span></a>"
Can you see if I am doing something wrong.
Thanks for all the help!
John