darshanbaral / aafu

Portfolio theme with blog
https://themes.gohugo.io/aafu/
MIT License
47 stars 58 forks source link

Update Font Awesome version #21

Closed gfairchild closed 3 years ago

gfairchild commented 3 years ago

Would it be possible to update the Font Awesome version found here with this?:

  <link
    rel="stylesheet"
    href="https://use.fontawesome.com/releases/v5.15.2/css/all.css"
    integrity="sha384-vSIIfh2YWi9wW0r9iZe7RJPrKwp6bG+s9QZMoITbCckVJqGCCRhc+ccxNcdpHuYu"
    crossorigin="anonymous"
  >

As seen here, 5.15.2 is the latest release. The reason I ask is because I'd like to include the ORCID icon, which was added in version 5.11.0 and isn't available in the version in aafu at the moment.

I'm hopeful this'll be a pretty painless modification. I'm also happy to submit a PR if you'd like.

Thank you!