Setting a favicon for a course

Hi All,

Does anybody know how I can set a favicon for my courses? They are hosted in AWS and currently don’t seem to have any set.

Thanks!
Niall

Hi Niall.
There’s nothing in Evolve to do it automatically. Adding it manually is easy though.

  1. Create your Favicon.
  2. Put it on AWS in a public bucket.
  3. Get the web URL for the Favicon.
  4. Add this to the index.html file in the published output of your course:
    link rel=“shortcut icon” href=“AWS WEB URL GOES HERE” type="image/x-icon"
2 Likes

Sorry @Andy_Moorman just seeing this - thank you - I will try it out!