AnalogStudiosRI / www.tuesdaystunes.tv

Frontend for the Tuesday's Tunes website.
http://tuesdaystunes.tv
3 stars 5 forks source link

add favicons and associated files #42

Closed aholtzman closed 2 years ago

aholtzman commented 2 years ago

Related Issue

Summary of Changes

  1. [x] add favicon files
  2. [x] add favicon tags to head
  3. [x] make it work

I am not sure how to apply favicon in this environment, but here are he pieces needed @thescientist13

thescientist13 commented 2 years ago

Thanks for kicking this off! Will take a look but by default Greenwood only support a root level src/favicon.ico. I guess I hadn't thought of all the mobile variants but will see if I can think of anything and will circle back to this in a couple of days.

aholtzman commented 2 years ago

@thescientist13 updated to root level only. we have the git history whenever we may expand it in greenwood.

thescientist13 commented 2 years ago

Sorry, to clarify the favicon should be in the root of the workspace, so inside src/ directory.

From there you should be able to add the HTML for it in index.html

<link rel="shortcut icon" href="/favicon.ico"/>
<link rel="icon" href="/favicon.ico"/>