Adding a favicon to your Hype page

Adding a favicon to your page in Hype is fairly simple.
First, you will need the icon. I recommend using a .png with a width and height of 32pixel.

Save the file as “favicon.png” and add it to the resources panel in your Hype document.

Then switch to the Document panel and hit the “Edit Head HTML…” button.

In there you want to add the following lines of code:

	<link rel="icon" 
      type="image/png" 
      href="${resourcesFolderName}/favicon.png">