Read more

Embed a favicon properly

Arne Hartherz
September 09, 2010Software engineer at makandra GmbH

The following Haml will do:

%head{ :profile => 'http://www.w3.org/2005/10/profile' }
  %link{ :href => image_path('favicon.ico'), :rel => 'icon', :type => 'image/vnd.microsoft.icon' }
Illustration UI/UX Design

UI/UX Design by makandra brand

We make sure that your target audience has the best possible experience with your digital product. You get:

  • Design tailored to your audience
  • Proven processes customized to your needs
  • An expert team of experienced designers
Read more Show archive.org snapshot

Note that while you can link to icon formats other than .ico, Internet Explorer is too stupid for that.

Posted by Arne Hartherz to makandra dev (2010-09-09 10:11)